Sfoglia il codice sorgente

ui: align channels tree title to left (#94)

ayntgl 4 anni fa
parent
commit
5361e412ae
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      ui/channels_tree.go

+ 1 - 0
ui/channels_tree.go

@@ -8,6 +8,7 @@ func NewChannelsTree() *tview.TreeView {
 		SetTopLevel(1).
 		SetRoot(tview.NewTreeNode("")).
 		SetTitle("Channels").
+		SetTitleAlign(tview.AlignLeft).
 		SetBorder(true).
 		SetBorderPadding(0, 0, 1, 0)