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@kdemail.net

svn path=/trunk/KDE/kdebase/workspace/; revision=1050824
This commit is contained in:
Lucas Murray 2009-11-18 10:08:31 +00:00
parent 3d99880d86
commit 07ceb78f69

View file

@ -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,20 +16,7 @@
<property name="title">
<string>Active Screen Edge Actions</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<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>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="KWin::Monitor" name="monitor" native="true">
<property name="minimumSize">
@ -43,6 +30,19 @@
</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>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>