remove available and used space colors

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1136688
This commit is contained in:
Volker Lanz 2010-06-10 13:22:06 +00:00
parent 900e58dd59
commit c4e0b3768c
2 changed files with 1 additions and 82 deletions

View File

@ -85,14 +85,6 @@
<default param="20">96,140,85</default> <!-- ocfs2 -->
<default param="21">33,137,108</default> <!-- zfs -->
</entry>
<entry key="availableSpaceColorCode" type="Color">
<label context="@label">Color for available space</label>
<default>245,245,245</default>
</entry>
<entry key="usedSpaceColorCode" type="Color">
<label context="@label">Color for used space</label>
<default>245,245,200</default>
</entry>
<entry key="showMenuBar" type="Bool">
<label context="@label">Show the application's menu bar</label>
<default>true</default>

View File

@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>449</width>
<width>450</width>
<height>457</height>
</rect>
</property>
@ -580,79 +580,6 @@
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Available and Used Space</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="textLabel_19">
<property name="text">
<string>Available:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="KColorButton" name="kcfg_availableSpaceColorCode"/>
</item>
<item row="0" column="2">
<spacer name="horizontalSpacer_14">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>61</width>
<height>21</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="3">
<widget class="QLabel" name="textLabel_18">
<property name="text">
<string>Used:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="KColorButton" name="kcfg_usedSpaceColorCode"/>
</item>
<item row="0" column="5">
<spacer name="horizontalSpacer_13">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>23</width>
<height>21</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<customwidgets>