From 64a4c9e32a012f72708c543ee96e2ca6076357c1 Mon Sep 17 00:00:00 2001 From: Boudewijn Rempt Date: Thu, 22 Dec 2016 09:25:45 +0100 Subject: [PATCH] BUG:374021 Restore a step of 0.1 for the crop tool ratio spin box As it was in 2.9; the change to 1.0 probably wasn't intentional, but caused by not changing Qt's default value. --- plugins/tools/tool_crop/wdg_tool_crop.ui | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/tools/tool_crop/wdg_tool_crop.ui b/plugins/tools/tool_crop/wdg_tool_crop.ui index 962cde2a92..20b92cc398 100644 --- a/plugins/tools/tool_crop/wdg_tool_crop.ui +++ b/plugins/tools/tool_crop/wdg_tool_crop.ui @@ -292,6 +292,9 @@ Ratio + + 0.100000000000000 + 2 -- GitLab