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



commit 3cdbbd6d3f22afe672aedeec0714b696c5decb48
Author: David Zeuthen <davidz redhat com>
Date:   Thu Jan 12 11:46:26 2012 -0500

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

 data/ui/edit-crypttab-dialog.ui |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/data/ui/edit-crypttab-dialog.ui b/data/ui/edit-crypttab-dialog.ui
index 210169e..b99bdeb 100644
--- a/data/ui/edit-crypttab-dialog.ui
+++ b/data/ui/edit-crypttab-dialog.ui
@@ -115,9 +115,9 @@
                         <property name="label" translatable="yes">_Name</property>
                         <property name="use_underline">True</property>
                         <property name="mnemonic_widget">crypttab-name-entry</property>
-                        <attributes>
-                          <attribute name="foreground" value="#555555555555"/>
-                        </attributes>
+                        <style>
+                          <class name="dim-label"/>
+                        </style>
                       </object>
                       <packing>
                         <property name="left_attach">0</property>
@@ -134,9 +134,9 @@
                         <property name="label" translatable="yes">_Options</property>
                         <property name="use_underline">True</property>
                         <property name="mnemonic_widget">crypttab-options-entry</property>
-                        <attributes>
-                          <attribute name="foreground" value="#555555555555"/>
-                        </attributes>
+                        <style>
+                          <class name="dim-label"/>
+                        </style>
                       </object>
                       <packing>
                         <property name="left_attach">0</property>
@@ -188,9 +188,9 @@
                         <property name="xalign">1</property>
                         <property name="label" translatable="yes">Passphrase File</property>
                         <property name="use_underline">True</property>
-                        <attributes>
-                          <attribute name="foreground" value="#555555555555"/>
-                        </attributes>
+                        <style>
+                          <class name="dim-label"/>
+                        </style>
                       </object>
                       <packing>
                         <property name="left_attach">0</property>
@@ -257,9 +257,9 @@
                         <property name="xalign">1</property>
                         <property name="label" translatable="yes">_Passphrase</property>
                         <property name="use_underline">True</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]