[gnome-disk-utility/udisks2-port] Use dim-label style in Create Disk Image dialog



commit 8b564fb67e538eee1b57bf28a0503a84b2540fcb
Author: David Zeuthen <davidz redhat com>
Date:   Thu Jan 12 11:45:27 2012 -0500

    Use dim-label style in Create Disk Image dialog
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 data/ui/create-disk-image-dialog.ui |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/ui/create-disk-image-dialog.ui b/data/ui/create-disk-image-dialog.ui
index 8685df2..d0cd96e 100644
--- a/data/ui/create-disk-image-dialog.ui
+++ b/data/ui/create-disk-image-dialog.ui
@@ -90,9 +90,9 @@
                     <property name="label" translatable="yes">_Name</property>
                     <property name="use_underline">True</property>
                     <property name="mnemonic_widget">destination_name_entry</property>
-                    <attributes>
-                      <attribute name="foreground" value="#555555555555"/>
-                    </attributes>
+                    <style>
+                      <class name="dim-label"/>
+                    </style>
                   </object>
                   <packing>
                     <property name="left_attach">0</property>
@@ -109,9 +109,9 @@
                     <property name="label" translatable="yes">Save in _folder</property>
                     <property name="use_underline">True</property>
                     <property name="mnemonic_widget">destination_folder_fcbutton</property>
-                    <attributes>
-                      <attribute name="foreground" value="#555555555555"/>
-                    </attributes>
+                    <style>
+                      <class name="dim-label"/>
+                    </style>
                   </object>
                   <packing>
                     <property name="left_attach">0</property>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]