Inkscape.org
Creating New Extensions Error in widget float
  1. #1
    FrankI4466 FrankI4466 @FrankI4466
    *

    Hi,

    i define a float widget like this :

    <param name="tolerance" indent="3" type="float" precision="3" min="0.001" max="9999" gui-text="Tolérance">0.001</param>

    The widget is ok and begin with 0.001 value but when I clic on + it grow by 0.1 like this : 0.101, 0.201, 0.301 ...

    Why ? Is it possible to change this ?

    Thank's