[gnome-builder/wip/chergert/headerbar] omnibar: fix placement of build configuration label



commit fffdfdeebb7cdf885e8f0bd857c9fe4db68cfa75
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jun 27 14:06:11 2016 -0700

    omnibar: fix placement of build configuration label
    
    We can't use hexpand (or the whole widget will expand in the headerbar)
    but we do need the eventbox to expand to take up the entire contents.
    
    Arguably, we should have made the EggEntryBox just an EventBox and not
    really do any box features in that widget at all.

 libide/workbench/ide-omni-bar.ui |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/libide/workbench/ide-omni-bar.ui b/libide/workbench/ide-omni-bar.ui
index cccda98..6a8fbff 100644
--- a/libide/workbench/ide-omni-bar.ui
+++ b/libide/workbench/ide-omni-bar.ui
@@ -84,6 +84,9 @@
               </object>
             </child>
           </object>
+          <packing>
+            <property name="expand">true</property>
+          </packing>
         </child>
       </object>
     </child>


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