fixed so that date does get printed in channel view

This commit is contained in:
Vishal 2022-09-25 02:42:54 +05:30
parent a32e68affd
commit 85d594e33a

View File

@ -426,7 +426,7 @@ class EventData {
tempEvaluatedContent = tempContent;
const int nameWidthDepth = 16~/gSpacesPerDepth; // how wide name will be in depth spaces
const int timeWidthDepth = 16~/gSpacesPerDepth;
const int timeWidthDepth = 18~/gSpacesPerDepth;
int nameWidth = gSpacesPerDepth * nameWidthDepth;
// get name in color and pad it too