Browse Source

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

ayntgl 4 years ago
parent
commit
5361e412ae
1 changed files with 1 additions and 0 deletions
  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)