[gnome-builder] GbEditorFrame: adjust size request to work around revealer wonkiness



commit a18760fe4166caf89f87de6fe88c86fd4203c12c
Author: Christian Hergert <christian hergert me>
Date:   Thu Dec 25 16:51:30 2014 -0800

    GbEditorFrame: adjust size request to work around revealer wonkiness
    
    GtkRevealer seems to be trying to allocate -11 pixels in some cases
    (1 - margin proboably). This works around it by overriding our width
    requirement.

 src/resources/ui/gb-editor-frame.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/resources/ui/gb-editor-frame.ui b/src/resources/ui/gb-editor-frame.ui
index f5fc964..10d7fed 100644
--- a/src/resources/ui/gb-editor-frame.ui
+++ b/src/resources/ui/gb-editor-frame.ui
@@ -27,7 +27,7 @@
         <property name="halign">end</property>
         <property name="valign">start</property>
         <property name="visible">true</property>
-        <property name="reveal-child">false</property>
+        <property name="width_request">300</property>
         <child>
           <object class="GtkFrame">
             <property name="visible">true</property>


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