Make KWin system setting panels consistent with the rest of KDE again by
reverting part of r986282. CCMAIL: christoph@maxiom.de svn path=/trunk/KDE/kdebase/workspace/; revision=987069
This commit is contained in:
parent
d6370c5711
commit
2c6dccdb99
2 changed files with 4 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
<property name="margin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item row="1" column="0" colspan="2">
|
||||
<item row="1" column="0">
|
||||
<widget class="QGroupBox" name="groupBox">
|
||||
<property name="title">
|
||||
<string>Common Settings</string>
|
||||
|
|
|
@ -23,6 +23,9 @@
|
|||
<string>Other Settings</string>
|
||||
</property>
|
||||
<layout class="QFormLayout" name="formLayout">
|
||||
<property name="fieldGrowthPolicy">
|
||||
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
||||
</property>
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="desktopSwitchLabel">
|
||||
<property name="toolTip">
|
||||
|
|
Loading…
Reference in a new issue