finer slider operation
This commit is contained in:
parent
c5527fc770
commit
fdd9051722
1 changed files with 2 additions and 2 deletions
|
@ -1001,8 +1001,8 @@ showModelAdjustDialog = func {
|
|||
s.set("legend", legend);
|
||||
s.set("pref-width", 250);
|
||||
s.set("live", 1);
|
||||
s.set("min", -2 * fine);
|
||||
s.set("max", 2 * fine);
|
||||
s.set("min", -1 * fine);
|
||||
s.set("max", 1 * fine);
|
||||
s.setColor(col[0], col[1], col[2]);
|
||||
s.prop().getNode("binding[0]/command", 1).setValue("dialog-apply");
|
||||
|
||||
|
|
Loading…
Reference in a new issue