resize rotate zenity v2

This commit is contained in:
gotbletu 2015-11-06 13:15:02 -08:00
parent c35a52adcf
commit 0aca597dc9
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,6 @@
# note: %N is the selected filenames (without paths)
# conditions: image files
PICKSIZE=$(zenity --list --radiolist --height "255" --text "<b>Please</b> make a selection:" --hide-header --column "Pick" --column "Item" FALSE "96x96" FALSE "128x128" FALSE "640x480" FALSE "800x600" TRUE "1024x768" FALSE "1280x720" FALSE "1280x960" FALSE "1920x1080")
myArray=( "$@" )

View File

@ -21,7 +21,7 @@
# note: %N is the selected filenames (without paths)
# conditions: image files
DEGREE=$(zenity --list --radiolist --height "255" --text "<b>Please</b> make a selection:" --hide-header --column "Pick" --column "Item" TRUE "90" FALSE "180" FALSE "270" FALSE "360")
DEGREE=$(zenity --list --radiolist --height "180" --text "<b>Please</b> make a selection:" --hide-header --column "Pick" --column "Item" TRUE "90" FALSE "180" FALSE "270" FALSE "360")
myArray=( "$@" )
for arg in "${myArray[@]}"; do