[gnome-software] trivial: Do not use the opacity hack now that dim-label works



commit 9084be076fb71436907822eb3a9f573bae4a1d16
Author: Richard Hughes <richard hughsie com>
Date:   Mon Oct 7 14:16:24 2013 +0100

    trivial: Do not use the opacity hack now that dim-label works

 src/gnome-software.ui |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/src/gnome-software.ui b/src/gnome-software.ui
index 6a9b83b..d0260e6 100644
--- a/src/gnome-software.ui
+++ b/src/gnome-software.ui
@@ -431,7 +431,9 @@
                         <property name="visible">True</property>
                         <property name="icon_name">gnome-software-symbolic</property>
                         <property name="pixel-size">64</property>
-                        <property name="opacity">0.55</property>
+                        <style>
+                          <class name="dim-label"/>
+                        </style>
                       </object>
                       <packing>
                         <property name="left-attach">0</property>
@@ -539,7 +541,9 @@
                         <property name="visible">True</property>
                         <property name="icon_name">gnome-software-symbolic</property>
                         <property name="pixel-size">64</property>
-                        <property name="opacity">0.55</property>
+                        <style>
+                          <class name="dim-label"/>
+                        </style>
                       </object>
                       <packing>
                         <property name="left-attach">0</property>
@@ -653,7 +657,6 @@
                     <property name="valign">center</property>
                     <property name="hexpand">True</property>
                     <property name="vexpand">True</property>
-                    <property name="opacity">0.55</property>
                     <style>
                       <class name="dim-label"/>
                     </style>


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