v/GTT
1
0
mirror of https://github.com/eeeXun/GTT.git synced 2025-05-16 07:40:44 -07:00

refactor(ui): change translatorDropDown proportion to 1

This commit is contained in:
eeeXun 2023-04-29 01:38:13 +08:00
parent 731d00c753
commit aaa06560a5

2
ui.go
View File

@ -296,7 +296,7 @@ func uiInit() {
Item{item: attachItems(true, tview.FlexColumn,
Item{item: attachItems(false, tview.FlexRow,
Item{item: translatorDropDown, fixedSize: 0, proportion: 1, focus: false}),
fixedSize: 0, proportion: 2, focus: false}),
fixedSize: 0, proportion: 1, focus: false}),
fixedSize: 1, proportion: 1, focus: false},
Item{item: attachItems(false, tview.FlexColumn,
Item{item: srcLangDropDown, fixedSize: 0, proportion: 1, focus: true},