mirror of https://github.com/GNOME/gimp.git
plug-ins: increase input precision in guides-new-percent.scm
Increase the percision of the "position" property of guides-new-percent.scm to two decimal places. Currently, it only accepts integers, which limits its accuracy to 100px.
This commit is contained in:
parent
8d35299410
commit
8e6a5298c1
|
@ -34,7 +34,7 @@
|
|||
SF-DRAWABLE "Input Drawable" 0
|
||||
SF-OPTION _"Direction" '(_"Horizontal"
|
||||
_"Vertical")
|
||||
SF-ADJUSTMENT _"Position (in %)" '(50 0 100 1 10 0 1)
|
||||
SF-ADJUSTMENT _"Position (in %)" '(50 0 100 1 10 2 1)
|
||||
)
|
||||
|
||||
(script-fu-menu-register "script-fu-guide-new-percent"
|
||||
|
|
Loading…
Reference in New Issue