HIG fixes from our usability overlady
I'm commiting them because they seem quite straighforward fixes If anyone disagrees please comment to Celeste so we can have a more refined HIG CCMAIL: celeste@kde.org svn path=/trunk/KDE/kdebase/workspace/; revision=849678
This commit is contained in:
parent
80d1090738
commit
817977f2e0
2 changed files with 26 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>400</width>
|
||||
<height>103</height>
|
||||
<height>110</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" >
|
||||
|
@ -28,6 +28,9 @@
|
|||
<property name="text" >
|
||||
<string>F&lip Animation duration:</string>
|
||||
</property>
|
||||
<property name="alignment" >
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinFlipDuration</cstring>
|
||||
</property>
|
||||
|
@ -46,6 +49,19 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" 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>
|
||||
|
|
|
@ -21,6 +21,9 @@
|
|||
<property name="text" >
|
||||
<string>&Number of snowflakes:</string>
|
||||
</property>
|
||||
<property name="alignment" >
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>numberFlakes</cstring>
|
||||
</property>
|
||||
|
@ -41,6 +44,9 @@
|
|||
<property name="text" >
|
||||
<string>M&inimum size of snowflake:</string>
|
||||
</property>
|
||||
<property name="alignment" >
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>minSizeFlake</cstring>
|
||||
</property>
|
||||
|
@ -64,6 +70,9 @@
|
|||
<property name="text" >
|
||||
<string>M&aximum size of snowflake:</string>
|
||||
</property>
|
||||
<property name="alignment" >
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>maxSizeFlake</cstring>
|
||||
</property>
|
||||
|
|
Loading…
Reference in a new issue