mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-30 05:12:40 +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" >
|
<ui version="4.0" >
|
||||||
<author></author>
|
|
||||||
<comment></comment>
|
|
||||||
<exportmacro></exportmacro>
|
|
||||||
<class>QTocUi</class>
|
<class>QTocUi</class>
|
||||||
<widget class="QDialog" name="QTocUi" >
|
<widget class="QDialog" name="QTocUi" >
|
||||||
<property name="geometry" >
|
<property name="geometry" >
|
||||||
@ -47,17 +44,17 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="3" >
|
<item row="0" column="2" >
|
||||||
<widget class="QPushButton" name="moveOutPB" >
|
<widget class="QPushButton" name="moveOutPB" >
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>&Out</string>
|
<string><- &Promote</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="2" >
|
<item row="0" column="3" >
|
||||||
<widget class="QPushButton" name="moveInPB" >
|
<widget class="QPushButton" name="moveInPB" >
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>&In</string>
|
<string>&Demote -></string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -172,7 +169,6 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<pixmapfunction></pixmapfunction>
|
|
||||||
<tabstops>
|
<tabstops>
|
||||||
<tabstop>typeCO</tabstop>
|
<tabstop>typeCO</tabstop>
|
||||||
<tabstop>tocTV</tabstop>
|
<tabstop>tocTV</tabstop>
|
||||||
|
Loading…
Reference in New Issue
Block a user