Blob Blame History Raw
From acd0c566fd0be3ed2a39a109abf6d706d2c82f95 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Fri, 13 Feb 2015 14:53:16 +0100
Subject: [PATCH] Use dim-label style, not hard-coded colours for labels

---
 src/gnome_abrt/oops.glade | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/gnome_abrt/oops.glade b/src/gnome_abrt/oops.glade
index a484e52..87d4975 100644
--- a/src/gnome_abrt/oops.glade
+++ b/src/gnome_abrt/oops.glade
@@ -463,9 +463,9 @@
                                         <property name="margin_bottom">8</property>
                                         <property name="label" translatable="yes">Name</property>
                                         <property name="wrap">True</property>
-                                        <attributes>
-                                          <attribute name="foreground" value="#87877e7e8080"/>
-                                        </attributes>
+                                        <style>
+                                          <class name="dim-label"/>
+                                        </style>
                                       </object>
                                       <packing>
                                         <property name="left_attach">0</property>
@@ -481,9 +481,9 @@
                                         <property name="margin_top">8</property>
                                         <property name="margin_bottom">8</property>
                                         <property name="label" translatable="yes">Version</property>
-                                        <attributes>
-                                          <attribute name="foreground" value="#87877e7e8080"/>
-                                        </attributes>
+                                        <style>
+                                          <class name="dim-label"/>
+                                        </style>
                                       </object>
                                       <packing>
                                         <property name="left_attach">0</property>
@@ -499,9 +499,9 @@
                                         <property name="margin_top">8</property>
                                         <property name="margin_bottom">8</property>
                                         <property name="label" translatable="yes">Detected</property>
-                                        <attributes>
-                                          <attribute name="foreground" value="#87877e7e8080"/>
-                                        </attributes>
+                                        <style>
+                                          <class name="dim-label"/>
+                                        </style>
                                       </object>
                                       <packing>
                                         <property name="left_attach">0</property>
@@ -625,9 +625,9 @@
                                         <property name="margin_bottom">8</property>
                                         <property name="label" translatable="yes">Reported</property>
                                         <property name="wrap">True</property>
-                                        <attributes>
-                                          <attribute name="foreground" value="#87877e7e8080"/>
-                                        </attributes>
+                                        <style>
+                                          <class name="dim-label"/>
+                                        </style>
                                       </object>
                                       <packing>
                                         <property name="left_attach">0</property>
-- 
2.4.11