Преглед на файлове

refactor: remove unused title align for messages TextView

ayntgl преди 4 години
родител
ревизия
317867ac77
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      ui/views.go

+ 0 - 1
ui/views.go

@@ -39,7 +39,6 @@ func NewMainFlex(app *App) *tview.Flex {
 		SetInputCapture(func(e *tcell.EventKey) *tcell.EventKey {
 			return onMessagesTextViewInputCapture(app, e)
 		}).
-		SetTitleAlign(tview.AlignLeft).
 		SetBorder(true).
 		SetBorderPadding(0, 0, 1, 1)