mirror of
https://github.com/gotbletu/shownotes
synced 2024-11-05 00:00:51 +00:00
resize rotate zenity v2
This commit is contained in:
parent
c35a52adcf
commit
0aca597dc9
@ -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=( "$@" )
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user