]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/ui/sprefs_interface.ui
Qt: Simple preferences simplifications
[vlc] / modules / gui / qt4 / ui / sprefs_interface.ui
index 230254a04f9753f5667b36ced46a06ef81ec21ce..9964545afb7fb238df8bcc2894c2e853c0086d9f 100644 (file)
@@ -7,8 +7,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>664</width>
-    <height>555</height>
+    <width>697</width>
+    <height>590</height>
    </rect>
   </property>
   <property name="sizePolicy">
@@ -36,9 +36,6 @@
       <string>Instances</string>
      </property>
      <layout class="QGridLayout" name="gridLayout_2">
-      <property name="verticalSpacing">
-       <number>0</number>
-      </property>
       <property name="leftMargin">
        <number>9</number>
       </property>
@@ -48,6 +45,9 @@
       <property name="bottomMargin">
        <number>9</number>
       </property>
+      <property name="verticalSpacing">
+       <number>0</number>
+      </property>
       <item row="0" column="0">
        <widget class="QCheckBox" name="OneInterfaceMode">
         <property name="text">
             </size>
            </property>
            <property name="text">
-            <string>Activate update notifier</string>
+            <string>Activate updates notifier</string>
            </property>
           </widget>
          </item>
       <string>Look and feel</string>
      </property>
      <layout class="QGridLayout" name="gridLayout">
+      <item row="0" column="0">
+       <widget class="QRadioButton" name="qt4">
+        <property name="toolTip">
+         <string>This is VLC's default interface, with a native look and feel.</string>
+        </property>
+        <property name="text">
+         <string>Use native style</string>
+        </property>
+        <property name="checked">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="1">
+       <widget class="QRadioButton" name="skins">
+        <property name="text">
+         <string>Use custom skin</string>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="2">
+       <spacer name="horizontalSpacer">
+        <property name="orientation">
+         <enum>Qt::Horizontal</enum>
+        </property>
+        <property name="sizeHint" stdset="0">
+         <size>
+          <width>40</width>
+          <height>20</height>
+         </size>
+        </property>
+       </spacer>
+      </item>
       <item row="2" column="0" rowspan="6" colspan="3">
        <widget class="QStackedWidget" name="styleStackedWidget">
         <property name="currentIndex">
         </widget>
        </widget>
       </item>
-      <item row="0" column="0">
-       <widget class="QRadioButton" name="qt4">
-        <property name="toolTip">
-         <string>This is VLC's default interface, with a native look and feel.</string>
-        </property>
-        <property name="text">
-         <string>Use native style</string>
-        </property>
-        <property name="checked">
-         <bool>true</bool>
-        </property>
-       </widget>
-      </item>
-      <item row="0" column="1">
-       <widget class="QRadioButton" name="skins">
-        <property name="text">
-         <string>Use custom skin</string>
-        </property>
-       </widget>
-      </item>
-      <item row="0" column="2">
-       <spacer name="horizontalSpacer">
-        <property name="orientation">
-         <enum>Qt::Horizontal</enum>
-        </property>
-        <property name="sizeHint" stdset="0">
-         <size>
-          <width>40</width>
-          <height>20</height>
-         </size>
-        </property>
-       </spacer>
-      </item>
      </layout>
     </widget>
    </item>