소스 검색

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)