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:
parent
731d00c753
commit
aaa06560a5
2
ui.go
2
ui.go
@ -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},
|
||||
|
Loading…
x
Reference in New Issue
Block a user