From ab92587f6c913a91c42d117c5b7feb021d7f88cc Mon Sep 17 00:00:00 2001 From: RP1 Date: Wed, 5 Feb 2025 19:17:59 +0100 Subject: [PATCH] changed zenity window scale --- backup-raveos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup-raveos.sh b/backup-raveos.sh index 63c9987..04b84d5 100644 --- a/backup-raveos.sh +++ b/backup-raveos.sh @@ -19,7 +19,7 @@ fi # Options input -user_choice=$(zenity --list --checklist --width='1000' --height='700' \ +user_choice=$(zenity --list --checklist --width='600' --height='400' \ --title="Backup script by RavePriest1" \ --text="Select from the options below" \ --column="Select" --column="Name" \