[PATCH 1/5] Turn on the image on the "Add a disk..." button.

David Shea dshea at redhat.com
Wed Oct 16 17:27:19 UTC 2013


We specified an image for the button, but with the theme settings we run
under, the image is never actually displayed unless we tell Gtk that we
really mean it. So here we go.
---
 pyanaconda/ui/gui/spokes/storage.glade | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyanaconda/ui/gui/spokes/storage.glade b/pyanaconda/ui/gui/spokes/storage.glade
index 684f717..bbdb718 100644
--- a/pyanaconda/ui/gui/spokes/storage.glade
+++ b/pyanaconda/ui/gui/spokes/storage.glade
@@ -999,6 +999,7 @@
                                             <property name="image">addSpecializedImage</property>
                                             <property name="use_underline">True</property>
                                             <property name="image_position">top</property>
+                                            <property name="always_show_image">True</property>
                                             <signal name="clicked" handler="on_specialized_clicked" swapped="no"/>
                                           </object>
                                           <packing>
-- 
1.8.3.1



More information about the anaconda-patches mailing list