shell: use the "view" style class for the main viewport
Currently, gnome-themes-standard sets a white background on all GtkViewport widgets. We want to stop rendering one by default, so add a style class to the main viewport that ensures it gets the same background as the icon views it packs inside. https://bugzilla.gnome.org/show_bug.cgi?id=689700
This commit is contained in:
parent
139c9888b5
commit
867fff4f4c
1 changed files with 3 additions and 0 deletions
|
@ -129,6 +129,9 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="resize_mode">queue</property>
|
||||
<property name="shadow_type">none</property>
|
||||
<style>
|
||||
<class name="view" />
|
||||
</style>
|
||||
<child>
|
||||
<object class="GtkVBox" id="main-vbox">
|
||||
<property name="visible">True</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue