This is a cleanup/fix of all ui files in kdebase. We have the ability to use the
standard KDE spacing and margins. From what I could tell was 99% of the people had these nubmers already hardcoded and we should not see any difference. I was able to test and it looks like everything is normal here. If there are any issues or if I horribly broke someone's layout please do not revert! Just touch them up with designer and let me know. This was done to cleanup the UI to ensure layouts are always consistent, and to allow me to use some layout hacks for small screens. More on this later, but the bottom line here is standard stuff is cool. Next stop is to remove all those hardcoded pixmaps and use KIconLoader :) CCMAIL: kde-core-devel@kde.org svn path=/trunk/kdebase/kcontrol/; revision=230069
This commit is contained in:
parent
314b20731c
commit
966365f741
1 changed files with 4 additions and 18 deletions
|
@ -19,12 +19,6 @@
|
||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>unnamed</cstring>
|
<cstring>unnamed</cstring>
|
||||||
</property>
|
</property>
|
||||||
<property name="margin">
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="spacing">
|
|
||||||
<number>6</number>
|
|
||||||
</property>
|
|
||||||
<widget class="QGroupBox">
|
<widget class="QGroupBox">
|
||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>decorationBox</cstring>
|
<cstring>decorationBox</cstring>
|
||||||
|
@ -36,12 +30,6 @@
|
||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>unnamed</cstring>
|
<cstring>unnamed</cstring>
|
||||||
</property>
|
</property>
|
||||||
<property name="margin">
|
|
||||||
<number>11</number>
|
|
||||||
</property>
|
|
||||||
<property name="spacing">
|
|
||||||
<number>6</number>
|
|
||||||
</property>
|
|
||||||
<widget class="QLayoutWidget">
|
<widget class="QLayoutWidget">
|
||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>Layout4</cstring>
|
<cstring>Layout4</cstring>
|
||||||
|
@ -50,12 +38,6 @@
|
||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>unnamed</cstring>
|
<cstring>unnamed</cstring>
|
||||||
</property>
|
</property>
|
||||||
<property name="margin">
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="spacing">
|
|
||||||
<number>6</number>
|
|
||||||
</property>
|
|
||||||
<widget class="QCheckBox">
|
<widget class="QCheckBox">
|
||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>showAppIcons</cstring>
|
<cstring>showAppIcons</cstring>
|
||||||
|
@ -106,5 +88,9 @@
|
||||||
</widget>
|
</widget>
|
||||||
</vbox>
|
</vbox>
|
||||||
</widget>
|
</widget>
|
||||||
|
<includes>
|
||||||
|
<include location="global" impldecl="in implementation">kdialog.h</include>
|
||||||
|
</includes>
|
||||||
<layoutdefaults spacing="6" margin="11"/>
|
<layoutdefaults spacing="6" margin="11"/>
|
||||||
|
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
|
||||||
</UI>
|
</UI>
|
||||||
|
|
Loading…
Reference in a new issue