[kde-doc-english] KDE/kdebase/workspace/kwin/kcmkwin/kwinscreenedges

Lucas Murray lmurray at undefinedfire.com
Wed Nov 18 11:08:32 CET 2009


SVN commit 1050824 by lmurray:

GUI: Revert r1044432 as it isn't an improvement at all. The description
text is squashed up at the top of the KCM both making it harder to read
(Due to longer line length) and makes it look like it's not related to
the screen widget at all. The added vertical height also made the KCM
taller than the default system settings window size causing an
unnecessary scrollbar to be added.
CCMAIL: davide.bettio at kdemail.net


 M  +16 -16    main.ui  


--- trunk/KDE/kdebase/workspace/kwin/kcmkwin/kwinscreenedges/main.ui #1050823:1050824
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>713</width>
-    <height>500</height>
+    <width>461</width>
+    <height>478</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
@@ -16,8 +16,21 @@
      <property name="title">
       <string>Active Screen Edge Actions</string>
      </property>
-     <layout class="QVBoxLayout" name="verticalLayout_2">
+     <layout class="QHBoxLayout" name="horizontalLayout">
       <item>
+       <widget class="KWin::Monitor" name="monitor" native="true">
+        <property name="minimumSize">
+         <size>
+          <width>200</width>
+          <height>200</height>
+         </size>
+        </property>
+        <property name="focusPolicy">
+         <enum>Qt::StrongFocus</enum>
+        </property>
+       </widget>
+      </item>
+      <item>
        <widget class="QLabel" name="label_7">
         <property name="text">
          <string>To trigger an action push your mouse cursor against the edge of the screen in the action's direction.</string>
@@ -30,19 +43,6 @@
         </property>
        </widget>
       </item>
-      <item>
-       <widget class="KWin::Monitor" name="monitor" native="true">
-        <property name="minimumSize">
-         <size>
-          <width>200</width>
-          <height>200</height>
-         </size>
-        </property>
-        <property name="focusPolicy">
-         <enum>Qt::StrongFocus</enum>
-        </property>
-       </widget>
-      </item>
      </layout>
     </widget>
    </item>



More information about the kde-doc-english mailing list