mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
5466b7fcd5
commit
2a879dba2a
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user