mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 16:34:21 +00:00
Update menu sizes
This commit is contained in:
parent
0d90486527
commit
464dbe47d7
@ -157,7 +157,7 @@ max_download_items=20
|
|||||||
|
|
||||||
# Pixels to add for each Zenity menu option
|
# Pixels to add for each Zenity menu option
|
||||||
# used to dynamically determine the height of menus
|
# used to dynamically determine the height of menus
|
||||||
menu_option_height="25"
|
menu_option_height="26"
|
||||||
|
|
||||||
######## Bundled Files #####################################################
|
######## Bundled Files #####################################################
|
||||||
|
|
||||||
@ -1033,7 +1033,7 @@ download_select_delete() {
|
|||||||
# Configure the menu
|
# Configure the menu
|
||||||
menu_text_zenity="Select the $download_type you want to remove:"
|
menu_text_zenity="Select the $download_type you want to remove:"
|
||||||
menu_text_terminal="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"
|
goback="Return to the $download_type management menu"
|
||||||
unset installed_items
|
unset installed_items
|
||||||
unset installed_item_names
|
unset installed_item_names
|
||||||
@ -1364,7 +1364,7 @@ download_select_install() {
|
|||||||
# Configure the menu
|
# Configure the menu
|
||||||
menu_text_zenity="Select the $download_type you want to install:"
|
menu_text_zenity="Select the $download_type you want to install:"
|
||||||
menu_text_terminal="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"
|
goback="Return to the $download_type management menu"
|
||||||
unset menu_options
|
unset menu_options
|
||||||
unset menu_actions
|
unset menu_actions
|
||||||
|
Loading…
Reference in New Issue
Block a user