changed zenity window scale
This commit is contained in:
parent
e2ff49be3d
commit
ab92587f6c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ fi
|
||||||
|
|
||||||
|
|
||||||
# Options input
|
# 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" \
|
--title="Backup script by RavePriest1" \
|
||||||
--text="Select from the options below" \
|
--text="Select from the options below" \
|
||||||
--column="Select" --column="Name" \
|
--column="Select" --column="Name" \
|
||||||
|
|
Loading…
Reference in a new issue