]> git.lyx.org Git - features.git/commitdiff
Fix bug 3292:
authorUwe Stöhr <uwestoehr@web.de>
Tue, 27 Feb 2007 23:48:57 +0000 (23:48 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Tue, 27 Feb 2007 23:48:57 +0000 (23:48 +0000)
http://bugzilla.lyx.org/show_bug.cgi?id=3292
(fix tab order)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17379 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/ui/QVSpaceUi.ui

index 0c1557288b7f2e131ec892fde0eb83bda221c1eb..b02a564ff0a73f7e60b9766f40b5cd4b4d400f25 100644 (file)
@@ -1,7 +1,4 @@
 <ui version="4.0" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
  <class>QVSpaceUi</class>
  <widget class="QDialog" name="QVSpaceUi" >
   <property name="geometry" >
     </widget>
    </item>
    <item row="1" column="2" >
-    <widget class="LengthCombo" name="unitCO" />
+    <widget class="LengthCombo" native="1" name="unitCO" />
    </item>
    <item row="3" column="1" >
     <spacer>
    </item>
   </layout>
  </widget>
- <pixmapfunction></pixmapfunction>
- <includes>
-  <include location="local" >qt_helpers.h</include>
- </includes>
  <customwidgets>
   <customwidget>
    <class>LengthCombo</class>
    <extends>QWidget</extends>
    <header>lengthcombo.h</header>
-   <container>0</container>
-   <pixmap></pixmap>
   </customwidget>
  </customwidgets>
  <tabstops>
   <tabstop>spacingCO</tabstop>
   <tabstop>valueLE</tabstop>
-  <tabstop>keepCB</tabstop>
+  <tabstop>unitCO</tabstop>
   <tabstop>okPB</tabstop>
   <tabstop>applyPB</tabstop>
   <tabstop>closePB</tabstop>
+  <tabstop>keepCB</tabstop>
  </tabstops>
+ <includes>
+  <include location="local" >qt_helpers.h</include>
+ </includes>
  <resources/>
  <connections/>
 </ui>