From aaa06560a529cf4e1542a7ec52c10b4cd4ad42d8 Mon Sep 17 00:00:00 2001 From: eeeXun Date: Sat, 29 Apr 2023 01:38:13 +0800 Subject: [PATCH] refactor(ui): change translatorDropDown proportion to 1 --- ui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.go b/ui.go index b027061..31c1ed5 100644 --- a/ui.go +++ b/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},