[gtk+] coloreditor: Hide overlay boxes



commit b1eccd770e094209c607513a63765a02bc0021e7
Author: Timm Bäder <mail baedert org>
Date:   Thu Jan 12 09:43:45 2017 +0100

    coloreditor: Hide overlay boxes

 gtk/ui/gtkcoloreditor.ui |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gtk/ui/gtkcoloreditor.ui b/gtk/ui/gtkcoloreditor.ui
index b36aa33..6bc078e 100644
--- a/gtk/ui/gtkcoloreditor.ui
+++ b/gtk/ui/gtkcoloreditor.ui
@@ -134,6 +134,7 @@
     </child>
   </template>
   <object class="GtkBox" id="a_popup">
+    <property name="visible">0</property>
     <property name="no-show-all">1</property>
     <style>
       <class name="popover"/>
@@ -180,6 +181,7 @@
     </child>
   </object>
   <object class="GtkBox" id="h_popup">
+    <property name="visible">0</property>
     <property name="no-show-all">1</property>
     <style>
       <class name="popover"/>
@@ -226,6 +228,7 @@
     </child>
   </object>
   <object class="GtkBox" id="sv_popup">
+    <property name="visible">0</property>
     <property name="no-show-all">1</property>
     <style>
       <class name="popover"/>


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