[gtk+] App Chooser: Fix app icons in HighContrast



commit b2d40afdf55036c3327bfed4f153297cc11bccf9
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Mar 11 15:31:35 2015 -0400

    App Chooser: Fix app icons in HighContrast
    
    We need to follow-state here as well, to make sure the
    icons are visible on selected rows.

 gtk/ui/gtkappchooserwidget.ui |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gtk/ui/gtkappchooserwidget.ui b/gtk/ui/gtkappchooserwidget.ui
index 4b23628..c4cdb06 100644
--- a/gtk/ui/gtkappchooserwidget.ui
+++ b/gtk/ui/gtkappchooserwidget.ui
@@ -76,7 +76,9 @@
                       <object class="GtkCellRendererText" id="secondary_padding"/>
                     </child>
                     <child>
-                      <object class="GtkCellRendererPixbuf" id="app_icon"/>
+                      <object class="GtkCellRendererPixbuf" id="app_icon">
+                        <property name="follow-state">True</property>
+                      </object>
                       <attributes>
                         <attribute name="gicon">1</attribute>
                       </attributes>


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