[kde-doc-english] KDE/kdebase/workspace/kcontrol/style

Davide Bettio davide.bettio at kdemail.net
Wed Sep 2 01:00:46 CEST 2009


SVN commit 1018617 by bettio:

GUI: New layout: button moved below the list.
Changed a string: "New Theme" -> "Get New Themes".


 M  +18 -18    theme.ui  


--- trunk/KDE/kdebase/workspace/kcontrol/style/theme.ui #1018616:1018617
@@ -6,37 +6,37 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>691</width>
-    <height>365</height>
+    <width>482</width>
+    <height>287</height>
    </rect>
   </property>
   <layout class="QGridLayout" name="gridLayout">
-   <item row="0" column="0" rowspan="2">
+   <item row="0" column="0" colspan="2">
     <widget class="QListView" name="m_theme"/>
    </item>
-   <item row="0" column="1">
+   <item row="1" column="0">
+    <spacer name="horizontalSpacer">
+     <property name="orientation">
+      <enum>Qt::Horizontal</enum>
+     </property>
+     <property name="sizeHint" stdset="0">
+      <size>
+       <width>348</width>
+       <height>20</height>
+      </size>
+     </property>
+    </spacer>
+   </item>
+   <item row="1" column="1">
     <widget class="QPushButton" name="m_newThemeButton">
      <property name="enabled">
       <bool>true</bool>
      </property>
      <property name="text">
-      <string>New Theme...</string>
+      <string>Get New Themes...</string>
      </property>
     </widget>
    </item>
-   <item row="1" column="1">
-    <spacer name="verticalSpacer">
-     <property name="orientation">
-      <enum>Qt::Vertical</enum>
-     </property>
-     <property name="sizeHint" stdset="0">
-      <size>
-       <width>20</width>
-       <height>256</height>
-      </size>
-     </property>
-    </spacer>
-   </item>
   </layout>
  </widget>
  <resources/>



More information about the kde-doc-english mailing list