Fix theme under gtk3

We need to set the visible_window property to ensure
the theme background colour shines through.

https://bugzilla.gnome.org/show_bug.cgi?id=655635
This commit is contained in:
Cosimo Cecchi 2011-10-25 11:31:37 +02:00 committed by Colin Guthrie
parent 035be40028
commit fb278932a4
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@
<object class="GtkEventBox" id="cardWidget">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="visible_window">False</property>
<child>
<object class="GtkVBox" id="cardWidget1">
<property name="visible">True</property>
@ -204,6 +205,7 @@
<object class="GtkEventBox" id="deviceWidget">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="visible_window">False</property>
<child>
<object class="GtkVBox" id="streamWidget2">
<property name="visible">True</property>
@ -1237,6 +1239,7 @@
<object class="GtkEventBox" id="streamWidget">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="visible_window">False</property>
<child>
<object class="GtkVBox" id="streamWidget2">
<property name="visible">True</property>