[gnome-builder/editor-layout] make split 50% by defalt



commit 7740a9012ef805c77221664702dabd08c974e521
Author: Christian Hergert <christian hergert me>
Date:   Wed Nov 26 15:45:09 2014 -0800

    make split 50% by defalt

 src/resources/ui/gb-editor-tab.ui |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/src/resources/ui/gb-editor-tab.ui b/src/resources/ui/gb-editor-tab.ui
index a5b894b..50ee4a5 100644
--- a/src/resources/ui/gb-editor-tab.ui
+++ b/src/resources/ui/gb-editor-tab.ui
@@ -62,6 +62,10 @@
                       </object>
                     </child>
                   </object>
+                  <packing>
+                    <property name="resize">True</property>
+                    <property name="shrink">False</property>
+                  </packing>
                 </child>
                 <child>
                   <object class="GtkScrolledWindow" id="scroller2">
@@ -77,6 +81,10 @@
                       </object>
                     </child>
                   </object>
+                  <packing>
+                    <property name="resize">True</property>
+                    <property name="shrink">False</property>
+                  </packing>
                 </child>
               </object>
             </child>


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