From: mpv Date: Wed, 23 Sep 2015 08:34:42 +0000 (+0300) Subject: Fix for the issue #1012: correct order of arguments and some fixes of default values X-Git-Tag: 1.4.0_demo1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1691bd8c2a844dfaa09541cd48805bb9f70f9bab;p=modules%2Fshaper.git Fix for the issue #1012: correct order of arguments and some fixes of default values --- diff --git a/src/FeaturesPlugin/extrusion_widget.xml b/src/FeaturesPlugin/extrusion_widget.xml index 135dd43f4..a2d10a699 100644 --- a/src/FeaturesPlugin/extrusion_widget.xml +++ b/src/FeaturesPlugin/extrusion_widget.xml @@ -12,22 +12,22 @@ + default="10" + icon=":icons/dimension_up.png" + tooltip="To size"> + default="0" + icon=":icons/dimension_down.png" + tooltip="From size"> diff --git a/src/FeaturesPlugin/extrusioncut_widget.xml b/src/FeaturesPlugin/extrusioncut_widget.xml index b15d29df5..a5bd0a91d 100755 --- a/src/FeaturesPlugin/extrusioncut_widget.xml +++ b/src/FeaturesPlugin/extrusioncut_widget.xml @@ -11,22 +11,22 @@ + default="0" + icon=":icons/dimension_up.png" + tooltip="To size"> + default="10" + icon=":icons/dimension_down.png" + tooltip="From size"> diff --git a/src/FeaturesPlugin/extrusionfuse_widget.xml b/src/FeaturesPlugin/extrusionfuse_widget.xml index 6ea4e6e7b..eb9254066 100644 --- a/src/FeaturesPlugin/extrusionfuse_widget.xml +++ b/src/FeaturesPlugin/extrusionfuse_widget.xml @@ -11,22 +11,22 @@ + default="10" + icon=":icons/dimension_up.png" + tooltip="To size"> + default="0" + icon=":icons/dimension_down.png" + tooltip="From size"> diff --git a/src/FeaturesPlugin/extrusionsketch_widget.xml b/src/FeaturesPlugin/extrusionsketch_widget.xml index 3bb4e6d29..c136499f5 100644 --- a/src/FeaturesPlugin/extrusionsketch_widget.xml +++ b/src/FeaturesPlugin/extrusionsketch_widget.xml @@ -12,22 +12,22 @@ + default="10" + icon=":icons/dimension_up.png" + tooltip="To size"> + default="0" + icon=":icons/dimension_down.png" + tooltip="From size"> diff --git a/src/FeaturesPlugin/revolution_widget.xml b/src/FeaturesPlugin/revolution_widget.xml index 12dbd2bcb..19527f989 100644 --- a/src/FeaturesPlugin/revolution_widget.xml +++ b/src/FeaturesPlugin/revolution_widget.xml @@ -20,22 +20,22 @@ + default="360" + icon=":icons/angle_up.png" + tooltip="To angle"> + default="0" + icon=":icons/angle_down.png" + tooltip="From angle"> diff --git a/src/FeaturesPlugin/revolutioncut_widget.xml b/src/FeaturesPlugin/revolutioncut_widget.xml index 899a6ab57..dac018aaa 100644 --- a/src/FeaturesPlugin/revolutioncut_widget.xml +++ b/src/FeaturesPlugin/revolutioncut_widget.xml @@ -19,22 +19,22 @@ + icon=":icons/angle_up.png" + tooltip="To angle"> + icon=":icons/angle_down.png" + tooltip="From angle"> diff --git a/src/FeaturesPlugin/revolutionfuse_widget.xml b/src/FeaturesPlugin/revolutionfuse_widget.xml index f24db1ed3..b590bbfd6 100644 --- a/src/FeaturesPlugin/revolutionfuse_widget.xml +++ b/src/FeaturesPlugin/revolutionfuse_widget.xml @@ -19,22 +19,22 @@ + icon=":icons/angle_up.png" + tooltip="To angle"> + icon=":icons/angle_down.png" + tooltip="From angle"> diff --git a/src/FeaturesPlugin/revolutionsketch_widget.xml b/src/FeaturesPlugin/revolutionsketch_widget.xml index d2b6ac20a..460fd7a95 100644 --- a/src/FeaturesPlugin/revolutionsketch_widget.xml +++ b/src/FeaturesPlugin/revolutionsketch_widget.xml @@ -20,22 +20,22 @@ + icon=":icons/angle_up.png" + tooltip="To angle"> + icon=":icons/angle_down.png" + tooltip="From angle">