[gnome-builder/editor-layout] stack: keep control area minimally sized



commit 8ce93a81833142ab4f8faa214a07168082949601
Author: Christian Hergert <christian hergert me>
Date:   Mon Dec 1 18:05:54 2014 -0800

    stack: keep control area minimally sized

 src/resources/ui/gb-tab-stack.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/resources/ui/gb-tab-stack.ui b/src/resources/ui/gb-tab-stack.ui
index 39a0dae..104f353 100644
--- a/src/resources/ui/gb-tab-stack.ui
+++ b/src/resources/ui/gb-tab-stack.ui
@@ -34,6 +34,8 @@
         </child>
         <child>
           <object class="GtkStack" id="controls">
+            <property name="homogeneous">false</property>
+            <property name="hexpand">false</property>
             <property name="visible">true</property>
           </object>
         </child>


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