Explorar o código

refactor: remove unused title align for messages TextView

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