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:
Ell 2018-06-01 10:44:32 -04:00
parent 8d35299410
commit 8e6a5298c1
1 changed files with 1 additions and 1 deletions

View File

@ -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"