]> git.lyx.org Git - features.git/commitdiff
Small tweaks to the new pref pane(s)
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 2 Mar 2013 13:15:11 +0000 (14:15 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 2 Mar 2013 13:15:11 +0000 (14:15 +0100)
src/frontends/qt4/ui/PrefDocHandlingUi.ui
src/frontends/qt4/ui/PrefUi.ui

index aed62509105a5b8c2c36c5e5146bb5c6698a4def..9f3366e1dfc362ccaf9da4078fbed1ae87e99529 100644 (file)
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>524</width>
-    <height>440</height>
+    <height>416</height>
    </rect>
   </property>
   <property name="sizePolicy">
         </property>
        </widget>
       </item>
-      <item row="3" column="0">
-       <layout class="QHBoxLayout" name="horizontalLayout_3">
-        <item>
-         <widget class="QLabel" name="lastfilesLA">
-          <property name="text">
-           <string>Ma&amp;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>
     </widget>
    </item>
       <item row="1" column="0">
        <widget class="QCheckBox" name="singleInstanceCB">
         <property name="toolTip">
-         <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>
+         <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>
         </property>
         <property name="text">
          <string>Use s&amp;ingle instance</string>
   <tabstop>autoSaveCB</tabstop>
   <tabstop>autoSaveSB</tabstop>
   <tabstop>saveCompressedCB</tabstop>
-  <tabstop>lastfilesSB</tabstop>
  </tabstops>
  <includes>
   <include location="local">qt_i18n.h</include>
index e9cb1313c71f75dd3dd99e4d3d947d890c0b00ed..76c91207a589e705e623548a9ac7c90dbc190906 100644 (file)
@@ -81,8 +81,7 @@
         <item>
          <widget class="QComboBox" name="iconSetCO">
           <property name="toolTip">
-           <string>The icon set to use. Warning: normal size of icons may be
-wrong until you save the preferences and restart LyX.</string>
+           <string>The icon set to use. Warning: normal size of icons may be wrong until you save the preferences and restart LyX.</string>
           </property>
          </widget>
         </item>
@@ -145,34 +144,38 @@ wrong until you save the preferences and restart LyX.</string>
      </property>
      <layout class="QGridLayout" name="gridLayout_2">
       <item row="0" column="0">
-       <widget class="QLabel" name="lastfilesLA">
-        <property name="text">
-         <string>&amp;Maximum last files:</string>
-        </property>
-        <property name="buddy">
-         <cstring>lastfilesSB</cstring>
-        </property>
-       </widget>
-      </item>
-      <item row="0" column="3" colspan="2">
-       <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>
-      <item row="0" column="2">
-       <widget class="QSpinBox" name="lastfilesSB">
-        <property name="maximum">
-         <number>9</number>
-        </property>
-       </widget>
+       <layout class="QHBoxLayout" name="horizontalLayout_3">
+        <item>
+         <widget class="QLabel" name="lastfilesLA">
+          <property name="text">
+           <string>&amp;Maximum 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>
     </widget>