[gitg] Remove viewport around DashView



commit be0dcedbd1821874a83562dcf0c61a4b64164224
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sun Jun 23 15:51:39 2013 +0200

    Remove viewport around DashView
    
    It is useless and breaks scrolling via keyboard

 gitg/resources/ui/gitg-window.ui |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)
---
diff --git a/gitg/resources/ui/gitg-window.ui b/gitg/resources/ui/gitg-window.ui
index 3531770..03ae13d 100644
--- a/gitg/resources/ui/gitg-window.ui
+++ b/gitg/resources/ui/gitg-window.ui
@@ -219,15 +219,10 @@
                   <class name="content-view"/>
                 </style>
                 <child>
-                  <object class="GtkViewport" id="dash_viewport">
+                  <object class="GitgGtkDashView" id="d_dash_view">
                     <property name="visible">True</property>
-                    <child>
-                      <object class="GitgGtkDashView" id="d_dash_view">
-                        <property name="visible">True</property>
-                        <property name="can_focus">True</property>
-                        <signal name="repository_activated" handler="dash_view_repository_activated" 
swapped="no"/>
-                      </object>
-                    </child>
+                    <property name="can_focus">True</property>
+                    <signal name="repository_activated" handler="dash_view_repository_activated" 
swapped="no"/>
                   </object>
                 </child>
               </object>


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