[gnome-software] Put the OS Updates list in a GtkScrolledWindow



commit 6f39f857cf7979c0b7f7a81f802be1ea778b0658
Author: Richard Hughes <richard hughsie com>
Date:   Thu Aug 15 16:11:21 2013 +0100

    Put the OS Updates list in a GtkScrolledWindow
    
    This explodes in a ball of fire. mclasen to the rescue?

 src/gnome-software.ui |   25 +++++++++++++++----------
 1 files changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/src/gnome-software.ui b/src/gnome-software.ui
index 9056228..08b5609 100644
--- a/src/gnome-software.ui
+++ b/src/gnome-software.ui
@@ -924,18 +924,23 @@
               </packing>
             </child>
             <child>
-              <object class="GtkTreeView" id="treeview_update">
+              <object class="GtkScrolledWindow" id="scrolledwindow_update">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
-                <property name="vscroll_policy">natural</property>
-                <property name="model">liststore_update</property>
-                <property name="headers_visible">False</property>
-                <property name="enable_search">False</property>
-                <property name="search_column">1</property>
-                <property name="show_expanders">False</property>
-                <property name="activate_on_single_click">True</property>
-                <child internal-child="selection">
-                  <object class="GtkTreeSelection" id="treeview-selection"/>
+                <property name="shadow_type">in</property>
+                <property name="kinetic_scrolling">False</property>
+                <child>
+                  <object class="GtkTreeView" id="treeview_update">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="vscroll_policy">natural</property>
+                    <property name="model">liststore_update</property>
+                    <property name="headers_visible">False</property>
+                    <property name="enable_search">False</property>
+                    <property name="search_column">1</property>
+                    <property name="show_expanders">False</property>
+                    <property name="activate_on_single_click">True</property>
+                  </object>
                 </child>
               </object>
               <packing>


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