From: dbv Date: Wed, 16 Sep 2015 15:01:58 +0000 (+0300) Subject: Bug #994: 'Distance' icon in 'Translation' property panel is not useful X-Git-Tag: V_1.4.0~54 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bcd34e91135d2dc9514605db403ad93c19277e68;p=modules%2Fshaper.git Bug #994: 'Distance' icon in 'Translation' property panel is not useful --- diff --git a/src/FeaturesPlugin/CMakeLists.txt b/src/FeaturesPlugin/CMakeLists.txt index 52239b22a..7650ed84f 100644 --- a/src/FeaturesPlugin/CMakeLists.txt +++ b/src/FeaturesPlugin/CMakeLists.txt @@ -59,7 +59,7 @@ SET(XML_RESOURCES revolutioncut_widget.xml revolutionfuse_widget.xml rotation_widget.xml - movement_widget.xml + translation_widget.xml boolean_widget.xml group_widget.xml partition_widget.xml diff --git a/src/FeaturesPlugin/movement_widget.xml b/src/FeaturesPlugin/movement_widget.xml deleted file mode 100644 index 7f1671d85..000000000 --- a/src/FeaturesPlugin/movement_widget.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/src/FeaturesPlugin/plugin-Features.xml b/src/FeaturesPlugin/plugin-Features.xml index 6e85d82de..ba6bf0fb9 100644 --- a/src/FeaturesPlugin/plugin-Features.xml +++ b/src/FeaturesPlugin/plugin-Features.xml @@ -53,7 +53,7 @@ - + diff --git a/src/FeaturesPlugin/translation_widget.xml b/src/FeaturesPlugin/translation_widget.xml new file mode 100644 index 000000000..ad24f6284 --- /dev/null +++ b/src/FeaturesPlugin/translation_widget.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + \ No newline at end of file