[PATCH 7/9] Reorder the columns on the shopping cart so name is next to description.

Chris Lumens clumens at redhat.com
Wed Mar 20 20:28:27 UTC 2013


This brings it in line with the reclaim dialog's column order.
---
 pyanaconda/ui/gui/spokes/lib/cart.glade | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/lib/cart.glade b/pyanaconda/ui/gui/spokes/lib/cart.glade
index 37f864e..8cff0b6 100644
--- a/pyanaconda/ui/gui/spokes/lib/cart.glade
+++ b/pyanaconda/ui/gui/spokes/lib/cart.glade
@@ -133,6 +133,18 @@
                           </object>
                         </child>
                         <child>
+                          <object class="GtkTreeViewColumn" id="name_column">
+                            <property name="spacing">6</property>
+                            <property name="title" translatable="yes">Name</property>
+                            <child>
+                              <object class="GtkCellRendererText" id="name_renderer"/>
+                              <attributes>
+                                <attribute name="text">4</attribute>
+                              </attributes>
+                            </child>
+                          </object>
+                        </child>
+                        <child>
                           <object class="GtkTreeViewColumn" id="capacity_column">
                             <property name="spacing">6</property>
                             <property name="title" translatable="yes">Capacity</property>
@@ -157,18 +169,6 @@
                             </child>
                           </object>
                         </child>
-                        <child>
-                          <object class="GtkTreeViewColumn" id="name_column">
-                            <property name="spacing">6</property>
-                            <property name="title" translatable="yes">Name</property>
-                            <child>
-                              <object class="GtkCellRendererText" id="name_renderer"/>
-                              <attributes>
-                                <attribute name="text">4</attribute>
-                              </attributes>
-                            </child>
-                          </object>
-                        </child>
                       </object>
                     </child>
                   </object>
-- 
1.8.1.2



More information about the anaconda-patches mailing list