[gitg] dash: fix align of the frame



commit 65949bbc69e0033feb63c19661bb1e6588020717
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Feb 8 16:49:37 2016 +0100

    dash: fix align of the frame
    
    This way the frame does not fill all the space when searching

 gitg/resources/ui/gitg-dash-view.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gitg/resources/ui/gitg-dash-view.ui b/gitg/resources/ui/gitg-dash-view.ui
index e982ec9..bcd9d39 100644
--- a/gitg/resources/ui/gitg-dash-view.ui
+++ b/gitg/resources/ui/gitg-dash-view.ui
@@ -104,6 +104,7 @@
         <child>
           <object class="GtkFrame" id="repository_list_frame">
             <property name="halign">center</property>
+            <property name="valign">start</property>
             <property name="visible">true</property>
             <property name="margin-bottom">32</property>
             <property name="margin-top">32</property>


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