From bd85dd250166d600f0396939c512962d87627009 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Tue, 26 Dec 2023 14:42:59 -0500 Subject: [PATCH] Improve comments --- lug-helper.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lug-helper.sh b/lug-helper.sh index 6f5bc40..4f03c6a 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2388,10 +2388,12 @@ if [ -x "$(command -v zenity)" ]; then # menu_text_height_zenity4 = Add extra pixels to the menu title/description height for libadwaita bigness if [ "$zenity_version" != "4.0.0" ] && [ "$zenity_version" = "$(printf "%s\n%s" "$zenity_version" "4.0.0" | sort -V | head -n1)" ]; then + # zenity 3.x menu sizing menu_option_height="26" menu_text_height_zenity4="0" menu_height_max="400" else + # zenity 4.x+ menu sizing menu_option_height="45" menu_text_height_zenity4="90" menu_height_max="800"