mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
- Boring promote and demote instead of the sexy in and out
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15374 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f23082917e
commit
542910316c
@ -1,7 +1,4 @@
|
||||
<ui version="4.0" >
|
||||
<author></author>
|
||||
<comment></comment>
|
||||
<exportmacro></exportmacro>
|
||||
<class>QTocUi</class>
|
||||
<widget class="QDialog" name="QTocUi" >
|
||||
<property name="geometry" >
|
||||
@ -47,17 +44,17 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="3" >
|
||||
<item row="0" column="2" >
|
||||
<widget class="QPushButton" name="moveOutPB" >
|
||||
<property name="text" >
|
||||
<string>&Out</string>
|
||||
<string><- &Promote</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="2" >
|
||||
<item row="0" column="3" >
|
||||
<widget class="QPushButton" name="moveInPB" >
|
||||
<property name="text" >
|
||||
<string>&In</string>
|
||||
<string>&Demote -></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -172,7 +169,6 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<pixmapfunction></pixmapfunction>
|
||||
<tabstops>
|
||||
<tabstop>typeCO</tabstop>
|
||||
<tabstop>tocTV</tabstop>
|
||||
|
Loading…
Reference in New Issue
Block a user