summaryrefslogtreecommitdiffstats
path: root/akregator/src/settings_appearance.ui
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/settings_appearance.ui')
-rw-r--r--akregator/src/settings_appearance.ui32
1 files changed, 32 insertions, 0 deletions
diff --git a/akregator/src/settings_appearance.ui b/akregator/src/settings_appearance.ui
index 78a23de85..08be6c450 100644
--- a/akregator/src/settings_appearance.ui
+++ b/akregator/src/settings_appearance.ui
@@ -177,6 +177,38 @@
<cstring>kcfg_SansSerifFont</cstring>
</property>
</widget>
+ <widget class="TQLabel" row="4" column="0" rowspan="1" colspan="1">
+ <property name="name">
+ <cstring>lbl_ReadTextColor</cstring>
+ </property>
+ <property name="text">
+ <string>Read message color:</string>
+ </property>
+ </widget>
+ <widget class="KColorButton" row="4" column="1">
+ <property name="name">
+ <cstring>kcfg_ReadTextColor</cstring>
+ </property>
+ <property name="defaultColor">
+ <number>TQt::red</number>
+ </property>
+ </widget>
+ <widget class="TQLabel" row="5" column="0" rowspan="1" colspan="1">
+ <property name="name">
+ <cstring>lbl_UnreadTextColor</cstring>
+ </property>
+ <property name="text">
+ <string>Unread message color:</string>
+ </property>
+ </widget>
+ <widget class="KColorButton" row="5" column="1">
+ <property name="name">
+ <cstring>kcfg_UnreadTextColor</cstring>
+ </property>
+ <property name="defaultColor">
+ <number>TQt::blue</number>
+ </property>
+ </widget>
</grid>
</widget>
<widget class="TQCheckBox">