printunixdialog: Remove a redundant style class
authorAlexander Mikhaylenko <alexm@gnome.org>
Wed, 12 Apr 2023 17:05:23 +0000 (21:05 +0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 21 Apr 2023 07:17:18 +0000 (09:17 +0200)
.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.

gtk/ui/gtkprintunixdialog.ui

index bc04e45fe95030531e2441b0e59f0ab4367ad6e5..d27c585ea2c4a925ed731e62816236f081f674cd 100644 (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>