[PATCH 6/8] Fix errors in the vendor column renderers.

David Shea dshea at redhat.com
Thu Jun 4 19:57:42 UTC 2015


Two of the vendor columns had the diskMutable column set to yalign,
which was probably doing something pretty weird.

(cherry picked from commit 6afc6b273bf383fdeb29a752c0ee3aa4e75e2e09)

Related: rhbz#1168950
---
 pyanaconda/ui/gui/spokes/filter.glade | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/filter.glade b/pyanaconda/ui/gui/spokes/filter.glade
index c422962..0a108dc 100644
--- a/pyanaconda/ui/gui/spokes/filter.glade
+++ b/pyanaconda/ui/gui/spokes/filter.glade
@@ -785,8 +785,7 @@
                                         <child>
                                           <object class="GtkCellRendererText" id="multipathVendorRenderer"/>
                                           <attributes>
-                                            <attribute name="yalign">2</attribute>
-                                            <attribute name="sensitive">1</attribute>
+                                            <attribute name="sensitive">2</attribute>
                                             <attribute name="visible">0</attribute>
                                             <attribute name="text">7</attribute>
                                           </attributes>
@@ -978,8 +977,7 @@
                                         <child>
                                           <object class="GtkCellRendererText" id="otherVendorRenderer"/>
                                           <attributes>
-                                            <attribute name="yalign">2</attribute>
-                                            <attribute name="sensitive">1</attribute>
+                                            <attribute name="sensitive">2</attribute>
                                             <attribute name="visible">0</attribute>
                                             <attribute name="text">7</attribute>
                                           </attributes>
-- 
2.1.0



More information about the anaconda-patches mailing list