mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 06:21:14 +00:00
printunixdialog: Remove a redundant style class
.view does absolutely nothing in Default style since the whole box is covered with a GtkNotebook which has its own background, and adds an unwanted background onto the tab strip in Adwaita.
This commit is contained in:
parent
4574b21fd6
commit
ac9e0039b8
@ -19,9 +19,6 @@
|
||||
<object class="GtkBox" id="dialog-vbox1">
|
||||
<property name="orientation">1</property>
|
||||
<property name="spacing">2</property>
|
||||
<style>
|
||||
<class name="view"/>
|
||||
</style>
|
||||
<child>
|
||||
<object class="GtkBox" id="box1">
|
||||
<property name="orientation">1</property>
|
||||
|
Loading…
Reference in New Issue
Block a user