projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e63a066
)
printunixdialog: Remove a redundant style class
author
Alexander Mikhaylenko
<alexm@gnome.org>
Wed, 12 Apr 2023 17:05:23 +0000
(21:05 +0400)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/gtk/ui/gtkprintunixdialog.ui
b/gtk/ui/gtkprintunixdialog.ui
index bc04e45fe95030531e2441b0e59f0ab4367ad6e5..d27c585ea2c4a925ed731e62816236f081f674cd 100644
(file)
--- a/
gtk/ui/gtkprintunixdialog.ui
+++ b/
gtk/ui/gtkprintunixdialog.ui
@@
-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>