8471: Set "visable_window" in GtkEventBox to fix transparency.
Was showing transparent background in a Compiz environment without this option "visable_window" being explicitly set.
This commit is contained in:
parent
dce07dcb1d
commit
65f0df74c7
@ -108,6 +108,7 @@
|
|||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
<property name="valign">start</property>
|
<property name="valign">start</property>
|
||||||
|
<property name="visible_window">False</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkBox" id="vbox1">
|
<object class="GtkBox" id="vbox1">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user