fix tab order

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6784 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-04-12 04:56:12 +00:00
parent 5466b7fcd5
commit 2a879dba2a
2 changed files with 18 additions and 1 deletions

View 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

View File

@ -13,7 +13,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>357</width>
<width>353</width>
<height>378</height>
</rect>
</property>
@ -361,4 +361,17 @@
<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>