mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-04-03 17:38:11 +02:00
fixed so that date does get printed in channel view
This commit is contained in:
parent
a32e68affd
commit
85d594e33a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user