[gnome-software] Show the content loading images with the 'dim-label' style



commit 4e6129fe695ea60ab016ef97fe1a7d528a4bec58
Author: Richard Hughes <richard hughsie com>
Date:   Mon Oct 7 14:10:28 2013 +0100

    Show the content loading images with the 'dim-label' style
    
    You need rsvg and GTK+ from git master to actually see any difference.

 src/app-tile.ui     |    3 +++
 src/feature-tile.ui |    3 +++
 src/popular-tile.ui |    3 +++
 3 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/src/app-tile.ui b/src/app-tile.ui
index 3f3ca83..72bf2df 100644
--- a/src/app-tile.ui
+++ b/src/app-tile.ui
@@ -23,6 +23,9 @@
                 <property name="valign">center</property>
                 <property name="pixel-size">16</property>
                 <property name="icon-name">content-loading-symbolic</property>
+                <style>
+                  <class name="dim-label"/>
+                </style>
               </object>
             </child>
             <child type="overlay">
diff --git a/src/feature-tile.ui b/src/feature-tile.ui
index 4c4d02e..b69d353 100644
--- a/src/feature-tile.ui
+++ b/src/feature-tile.ui
@@ -22,6 +22,9 @@
                 <property name="valign">center</property>
                 <property name="pixel-size">16</property>
                 <property name="icon-name">content-loading-symbolic</property>
+                <style>
+                  <class name="dim-label"/>
+                </style>
               </object>
             </child>
             <child>
diff --git a/src/popular-tile.ui b/src/popular-tile.ui
index 8479435..a350d86 100644
--- a/src/popular-tile.ui
+++ b/src/popular-tile.ui
@@ -32,6 +32,9 @@
                     <property name="valign">center</property>
                     <property name="pixel-size">16</property>
                     <property name="icon-name">content-loading-symbolic</property>
+                    <style>
+                      <class name="dim-label"/>
+                    </style>
                   </object>
                 </child>
                 <child type="overlay">


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