Просмотр исходного кода

refactor: remove unused title align for messages TextView

ayntgl 4 лет назад
Родитель
Сommit
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)