Explorar o código

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

ayntgl %!s(int64=4) %!d(string=hai) anos
pai
achega
5361e412ae
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)