coloreditor: Hide overlay boxes

This commit is contained in:
Timm Bäder 2017-01-12 09:43:45 +01:00
parent 33d41fccdd
commit b1eccd770e

View File

@ -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"/>