mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 22:17:41 +00:00
Small tweaks to the new pref pane(s)
This commit is contained in:
parent
a4a610221a
commit
dc7029dbf7
@ -7,7 +7,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>524</width>
|
<width>524</width>
|
||||||
<height>440</height>
|
<height>416</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
@ -146,40 +146,6 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="0">
|
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="lastfilesLA">
|
|
||||||
<property name="text">
|
|
||||||
<string>Ma&ximum last files:</string>
|
|
||||||
</property>
|
|
||||||
<property name="buddy">
|
|
||||||
<cstring>lastfilesSB</cstring>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QSpinBox" name="lastfilesSB">
|
|
||||||
<property name="maximum">
|
|
||||||
<number>9</number>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<spacer>
|
|
||||||
<property name="orientation">
|
|
||||||
<enum>Qt::Horizontal</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeHint" stdset="0">
|
|
||||||
<size>
|
|
||||||
<width>48</width>
|
|
||||||
<height>20</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -202,8 +168,7 @@
|
|||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
<widget class="QCheckBox" name="singleInstanceCB">
|
<widget class="QCheckBox" name="singleInstanceCB">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Whether to open documents in an already running instance of LyX.
|
<string>Whether to open documents in an already running instance of LyX. Set the LyXServer pipe path and restart LyX to enable this feature.</string>
|
||||||
(Set the LyXServer pipe path and restart LyX to enable this feature)</string>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Use s&ingle instance</string>
|
<string>Use s&ingle instance</string>
|
||||||
@ -293,7 +258,6 @@
|
|||||||
<tabstop>autoSaveCB</tabstop>
|
<tabstop>autoSaveCB</tabstop>
|
||||||
<tabstop>autoSaveSB</tabstop>
|
<tabstop>autoSaveSB</tabstop>
|
||||||
<tabstop>saveCompressedCB</tabstop>
|
<tabstop>saveCompressedCB</tabstop>
|
||||||
<tabstop>lastfilesSB</tabstop>
|
|
||||||
</tabstops>
|
</tabstops>
|
||||||
<includes>
|
<includes>
|
||||||
<include location="local">qt_i18n.h</include>
|
<include location="local">qt_i18n.h</include>
|
||||||
|
@ -81,8 +81,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="iconSetCO">
|
<widget class="QComboBox" name="iconSetCO">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>The icon set to use. Warning: normal size of icons may be
|
<string>The icon set to use. Warning: normal size of icons may be wrong until you save the preferences and restart LyX.</string>
|
||||||
wrong until you save the preferences and restart LyX.</string>
|
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -145,34 +144,38 @@ wrong until you save the preferences and restart LyX.</string>
|
|||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout_2">
|
<layout class="QGridLayout" name="gridLayout_2">
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QLabel" name="lastfilesLA">
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||||||
<property name="text">
|
<item>
|
||||||
<string>&Maximum last files:</string>
|
<widget class="QLabel" name="lastfilesLA">
|
||||||
</property>
|
<property name="text">
|
||||||
<property name="buddy">
|
<string>&Maximum last files:</string>
|
||||||
<cstring>lastfilesSB</cstring>
|
</property>
|
||||||
</property>
|
<property name="buddy">
|
||||||
</widget>
|
<cstring>lastfilesSB</cstring>
|
||||||
</item>
|
</property>
|
||||||
<item row="0" column="3" colspan="2">
|
</widget>
|
||||||
<spacer>
|
</item>
|
||||||
<property name="orientation">
|
<item>
|
||||||
<enum>Qt::Horizontal</enum>
|
<widget class="QSpinBox" name="lastfilesSB">
|
||||||
</property>
|
<property name="maximum">
|
||||||
<property name="sizeHint" stdset="0">
|
<number>9</number>
|
||||||
<size>
|
</property>
|
||||||
<width>48</width>
|
</widget>
|
||||||
<height>20</height>
|
</item>
|
||||||
</size>
|
<item>
|
||||||
</property>
|
<spacer>
|
||||||
</spacer>
|
<property name="orientation">
|
||||||
</item>
|
<enum>Qt::Horizontal</enum>
|
||||||
<item row="0" column="2">
|
</property>
|
||||||
<widget class="QSpinBox" name="lastfilesSB">
|
<property name="sizeHint" stdset="0">
|
||||||
<property name="maximum">
|
<size>
|
||||||
<number>9</number>
|
<width>48</width>
|
||||||
</property>
|
<height>20</height>
|
||||||
</widget>
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
|
Loading…
Reference in New Issue
Block a user