diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-04-25 22:44:04 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-04-25 22:44:04 +0200 |
commit | a588d9d52b32193dd24329aec21befaf3f8c3c32 (patch) | |
tree | aa72e587b9f0e3f3ac6b2717540ab9fa0b91c3e5 /cmd | |
parent | 65fd7bc9218f1bb0b4a5dd8d8141239b3211e1cd (diff) | |
download | dict-master.tar.gz dict-master.tar.bz2 dict-master.zip |
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/ui/ui.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ui/ui.go b/cmd/ui/ui.go index a12a666..d1b3c3d 100644 --- a/cmd/ui/ui.go +++ b/cmd/ui/ui.go @@ -108,7 +108,7 @@ func Run(ctx context.Context, name string) error { }) grid := tview.NewGrid(). - SetRows(1, 0, 3). + SetRows(1, 0). AddItem(input, 0, 0, 1, 3, 0, 0, false). AddItem(textView, 1, 0, 1, 3, 0, 0, false) |