[gnome-builder] omnibar: eventbox input window should be topmost



commit 32da0c54fb814afeb163499156bf737c8e96933e
Author: Christian Hergert <chergert redhat com>
Date:   Fri Jun 24 23:42:06 2016 -0700

    omnibar: eventbox input window should be topmost
    
    Otherwise, when we hover over the stack, we will leave-notify.

 libide/workbench/ide-omni-bar.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libide/workbench/ide-omni-bar.ui b/libide/workbench/ide-omni-bar.ui
index 22e9ac5..86c25c0 100644
--- a/libide/workbench/ide-omni-bar.ui
+++ b/libide/workbench/ide-omni-bar.ui
@@ -10,6 +10,7 @@
         <property name="visible">true</property>
         <child>
           <object class="GtkEventBox" id="event_box">
+            <property name="above-child">true</property>
             <property name="visible">true</property>
             <child>
               <object class="GtkBox">


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