fixed linewidth step in patterns

This commit is contained in:
Zeno Rogue 2020-04-29 15:18:43 +02:00
parent 8ddb67b285
commit d0ac2612d5
1 changed files with 1 additions and 1 deletions

View File

@ -2888,7 +2888,7 @@ EX namespace linepatterns {
dialog::addSelItem("line width", fts(width), 'W');
dialog::add_action([] () {
dialog::editNumber(width, 0, 10, 1, 1, XLAT("line width"), "");
dialog::editNumber(width, 0, 10, 0.1, 1, XLAT("line width"), "");
});
dialog::addBoolItem_action("edit widths individually", indiv, 'I');