]> git.lyx.org Git - lyx.git/commitdiff
fix tab order
authorJohn Levon <levon@movementarian.org>
Sat, 12 Apr 2003 04:56:12 +0000 (04:56 +0000)
committerJohn Levon <levon@movementarian.org>
Sat, 12 Apr 2003 04:56:12 +0000 (04:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6784 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt2/ChangeLog
src/frontends/qt2/ui/QExternalDialogBase.ui

index 3bee65add107dfe61a5beabaa8142e9af29a66bd..f6d0a7f6eb021556326579ed658e818593e30187 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-12  John Levon  <levon@movementarian.org>
+
+       * ui/QExternalDialogBase.ui: fix tab order
+
 2003-04-12  John Levon  <levon@movementarian.org>
 
        * floatplacement.C: fix tab order
index b62b8be4293837c43c753ed1d2bb3b7ea976f043..a0602a1cf4fb1972bac152b3f5a03064ce5be592 100644 (file)
@@ -13,7 +13,7 @@
         <rect>
             <x>0</x>
             <y>0</y>
-            <width>357</width>
+            <width>353</width>
             <height>378</height>
         </rect>
     </property>
     <slot access="public">updateClicked()</slot>
     <slot access="public">viewClicked()</slot>
 </connections>
+<tabstops>
+    <tabstop>fileED</tabstop>
+    <tabstop>browsePB</tabstop>
+    <tabstop>paramsED</tabstop>
+    <tabstop>editPB</tabstop>
+    <tabstop>externalCO</tabstop>
+    <tabstop>externalTV</tabstop>
+    <tabstop>viewPB</tabstop>
+    <tabstop>updatePB</tabstop>
+    <tabstop>okPB</tabstop>
+    <tabstop>applyPB</tabstop>
+    <tabstop>closePB</tabstop>
+</tabstops>
 </UI>