From 464dbe47d765a78d674d281eb9d0dc7cb841b661 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Tue, 8 Nov 2022 14:54:24 -0500 Subject: [PATCH] Update menu sizes --- lug-helper.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lug-helper.sh b/lug-helper.sh index a2cfb47..9c81fdc 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -157,7 +157,7 @@ max_download_items=20 # Pixels to add for each Zenity menu option # used to dynamically determine the height of menus -menu_option_height="25" +menu_option_height="26" ######## Bundled Files ##################################################### @@ -1033,7 +1033,7 @@ download_select_delete() { # Configure the menu menu_text_zenity="Select the $download_type you want to remove:" menu_text_terminal="Select the $download_type you want to remove:" - menu_text_height="65" + menu_text_height="60" goback="Return to the $download_type management menu" unset installed_items unset installed_item_names @@ -1364,7 +1364,7 @@ download_select_install() { # Configure the menu menu_text_zenity="Select the $download_type you want to install:" menu_text_terminal="Select the $download_type you want to install:" - menu_text_height="65" + menu_text_height="60" goback="Return to the $download_type management menu" unset menu_options unset menu_actions