]> Creatis software - clitk.git/commitdiff
Gui bug fix: x and z val were inverted
authorSimon Rit <simon.rit@creatis.insa-lyon.fr>
Mon, 20 Feb 2012 13:08:07 +0000 (14:08 +0100)
committerSimon Rit <simon.rit@creatis.insa-lyon.fr>
Mon, 20 Feb 2012 13:08:07 +0000 (14:08 +0100)
vv/qt_ui/vvToolRigidReg.ui

index 10e77d6d613ec91abb6b54eadbec4dcdff65085b..02eb98ebef369a824b42c3c6661fd14a5607fc02 100644 (file)
@@ -369,13 +369,13 @@ p, li { white-space: pre-wrap; }
        <item>
         <layout class="QHBoxLayout" name="horizontalLayout_4">
          <item>
-          <widget class="QLineEdit" name="Zval"/>
+          <widget class="QLineEdit" name="Xval"/>
          </item>
          <item>
           <widget class="QLineEdit" name="Yval"/>
          </item>
          <item>
-          <widget class="QLineEdit" name="Xval"/>
+          <widget class="QLineEdit" name="Zval"/>
          </item>
         </layout>
        </item>