[gnome-software] Improve the updates page appearance



commit f188946b93b583ecbd316279eb64b2708b6ef727
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Sep 20 22:57:07 2013 -0400

    Improve the updates page appearance
    
    There was no separator below the list. Now there is.

 src/gnome-software.ui |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/src/gnome-software.ui b/src/gnome-software.ui
index d7a8dfc..fff2c4b 100644
--- a/src/gnome-software.ui
+++ b/src/gnome-software.ui
@@ -621,10 +621,22 @@
                       <class name="main-scrolled-software"/>
                     </style>
                     <child>
-                      <object class="GtkListBox" id="list_box_updates">
+                      <object class="GtkBox" id="list_box_updates_box">
                         <property name="visible">True</property>
-                        <property name="can_focus">True</property>
-                        <property name="selection_mode">none</property>
+                        <property name="orientation">vertical</property>
+                        <child>
+                          <object class="GtkListBox" id="list_box_updates">
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <property name="selection_mode">none</property>
+                          </object>
+                        </child>
+                        <child>
+                          <object class="GtkSeparator" id="list_box_updates_separator">
+                            <property name="visible">True</property>
+                            <property name="orientation">horizontal</property>
+                          </object>
+                        </child>
                       </object>
                     </child>
                   </object>


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