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:
Alexander Mikhaylenko 2023-04-12 21:05:23 +04:00
parent 4574b21fd6
commit ac9e0039b8

View File

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