[libadwaita/wip/exalm/style: 4/4] window-mixin: Drop the unified style class
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/style: 4/4] window-mixin: Drop the unified style class
- Date: Wed, 7 Apr 2021 07:12:39 +0000 (UTC)
commit f3728b8c03cd409570d2c6faf08bf4976363679d
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu Feb 25 13:22:51 2021 +0500
window-mixin: Drop the unified style class
There's nothing special about these windows anyomre, we don't need to have
special style classes.
src/adw-window-mixin.c | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/src/adw-window-mixin.c b/src/adw-window-mixin.c
index f80caf0..f8b3c17 100644
--- a/src/adw-window-mixin.c
+++ b/src/adw-window-mixin.c
@@ -94,8 +94,6 @@ adw_window_mixin_new (GtkWindow *window,
gtk_widget_set_layout_manager (self->contents, gtk_bin_layout_new ());
gtk_window_set_child (window, self->contents);
- gtk_widget_add_css_class (GTK_WIDGET (window), "unified");
-
return self;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]