From a56475d55752d1520bfabfa061b5c3197e71f345 Mon Sep 17 00:00:00 2001 From: dbv Date: Mon, 1 Jun 2015 16:14:36 +0300 Subject: [PATCH] Improvement #589: Default value of the revolution feature Revolution now has default value equal to 360 --- src/FeaturesPlugin/revolution_widget.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FeaturesPlugin/revolution_widget.xml b/src/FeaturesPlugin/revolution_widget.xml index 66bd6be2c..a6f9e5308 100644 --- a/src/FeaturesPlugin/revolution_widget.xml +++ b/src/FeaturesPlugin/revolution_widget.xml @@ -49,7 +49,7 @@ label="Angle" min="0" step="1.0" - default="10" + default="360" icon=":icons/angle_up.png" tooltip="Angle"> -- 2.39.2