[gnome-builder] omnibar: don't expand the message stack horizontally



commit fa84ff11eef39591e560f67082cfe2186c6d63cd
Author: Christian Hergert <chergert redhat com>
Date:   Mon Feb 27 14:08:40 2017 -0800

    omnibar: don't expand the message stack horizontally
    
    This isn't needed now that the message children are aligned to the end.

 libide/workbench/ide-omni-bar.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/workbench/ide-omni-bar.ui b/libide/workbench/ide-omni-bar.ui
index 87df8a8..aefa15a 100644
--- a/libide/workbench/ide-omni-bar.ui
+++ b/libide/workbench/ide-omni-bar.ui
@@ -64,7 +64,7 @@
                 <child>
                   <object class="GtkStack" id="message_stack">
                     <property name="vhomogeneous">false</property>
-                    <property name="hhomogeneous">true</property>
+                    <property name="hhomogeneous">false</property>
                     <property name="transition-type">slide-left</property>
                     <property name="transition-duration">500</property>
                     <property name="visible">true</property>


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