[gnome-disk-utility/udisks2-port] Use dim-label style in fstab dialog



commit 3a5b2b60ad3f70ec2cfdf92bce0cf39b684ea662
Author: David Zeuthen <davidz redhat com>
Date:   Thu Jan 12 11:47:15 2012 -0500

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

 data/ui/edit-fstab-dialog.ui |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/data/ui/edit-fstab-dialog.ui b/data/ui/edit-fstab-dialog.ui
index df83078..374a24e 100644
--- a/data/ui/edit-fstab-dialog.ui
+++ b/data/ui/edit-fstab-dialog.ui
@@ -113,9 +113,9 @@
                         <property name="label" translatable="yes">_Device</property>
                         <property name="use_underline">True</property>
                         <property name="mnemonic_widget">fstab-device-combobox</property>
-                        <attributes>
-                          <attribute name="foreground" value="#555555555555"/>
-                        </attributes>
+                        <style>
+                          <class name="dim-label"/>
+                        </style>
                       </object>
                       <packing>
                         <property name="left_attach">0</property>
@@ -163,9 +163,9 @@
                         <property name="label" translatable="yes">D_irectory</property>
                         <property name="use_underline">True</property>
                         <property name="mnemonic_widget">fstab-directory-entry</property>
-                        <attributes>
-                          <attribute name="foreground" value="#555555555555"/>
-                        </attributes>
+                        <style>
+                          <class name="dim-label"/>
+                        </style>
                       </object>
                       <packing>
                         <property name="left_attach">0</property>
@@ -182,9 +182,9 @@
                         <property name="label" translatable="yes">_Type</property>
                         <property name="use_underline">True</property>
                         <property name="mnemonic_widget">fstab-type-entry</property>
-                        <attributes>
-                          <attribute name="foreground" value="#555555555555"/>
-                        </attributes>
+                        <style>
+                          <class name="dim-label"/>
+                        </style>
                       </object>
                       <packing>
                         <property name="left_attach">0</property>
@@ -252,9 +252,9 @@
                         <property name="label" translatable="yes">_Options</property>
                         <property name="use_underline">True</property>
                         <property name="mnemonic_widget">fstab-options-entry</property>
-                        <attributes>
-                          <attribute name="foreground" value="#555555555555"/>
-                        </attributes>
+                        <style>
+                          <class name="dim-label"/>
+                        </style>
                       </object>
                       <packing>
                         <property name="left_attach">0</property>
@@ -315,9 +315,9 @@
                             <property name="label" translatable="yes">Display _Name</property>
                             <property name="use_underline">True</property>
                             <property name="mnemonic_widget">fstab-name-entry</property>
-                            <attributes>
-                              <attribute name="foreground" value="#555555555555"/>
-                            </attributes>
+                            <style>
+                              <class name="dim-label"/>
+                            </style>
                           </object>
                           <packing>
                             <property name="left_attach">0</property>
@@ -351,9 +351,9 @@
                             <property name="label" translatable="yes">Icon Na_me</property>
                             <property name="use_underline">True</property>
                             <property name="mnemonic_widget">fstab-icon-entry</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]