From cfbd6584eb5ad35fa32f37d36432b441c7b3f7ff Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Wed, 20 Oct 2021 13:47:40 +0200 Subject: [PATCH] Update extensions.sh --- .../stable-branch/data/resources/extensions/extensions.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/scripts/stable-branch/data/resources/extensions/extensions.sh b/files/scripts/stable-branch/data/resources/extensions/extensions.sh index fe9bb78..2b311c8 100644 --- a/files/scripts/stable-branch/data/resources/extensions/extensions.sh +++ b/files/scripts/stable-branch/data/resources/extensions/extensions.sh @@ -125,8 +125,8 @@ function install-extensions-standard { response=$(zenity --list \ --checklist \ --title="$program_name" \ - --width=400 \ - --height=300 \ + --width=650 \ + --height=400 \ --column="$text_select" --column="$text_extension" --column="$text_extension_description"\ FALSE "Airfoil Tools" "$text_extension_description_1" \ FALSE "Additive Assistant (FFF)" "$text_extension_description_2" \ @@ -154,8 +154,8 @@ function install-extensions-custom { response=$(zenity --list \ --checklist \ --title="$program_name" \ - --width=400 \ - --height=300 \ + --width=650 \ + --height=400 \ --column="$text_select" --column="$text_extension" --column="$text_extension_description"\ FALSE "Airfoil Tools" "$text_extension_description_1" \ FALSE "Additive Assistant (FFF)" "$text_extension_description_2" \