[epiphany/wip/exalm/gtk4-cleanups-2: 7/11] find-toolbar: Don't set raised style class
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/exalm/gtk4-cleanups-2: 7/11] find-toolbar: Don't set raised style class
- Date: Tue, 30 Nov 2021 00:40:25 +0000 (UTC)
commit 147c9475ea3e25f3f4e41b8874faa18c72a6fbe6
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Tue Nov 30 02:56:17 2021 +0500
find-toolbar: Don't set raised style class
This looks like legacy, not sure what it was even used for.
embed/ephy-find-toolbar.c | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/embed/ephy-find-toolbar.c b/embed/ephy-find-toolbar.c
index 55048421f..f03aea04e 100644
--- a/embed/ephy-find-toolbar.c
+++ b/embed/ephy-find-toolbar.c
@@ -383,8 +383,6 @@ ephy_find_toolbar_init (EphyFindToolbar *toolbar)
gtk_container_add (GTK_CONTAINER (toolbar->search_bar), clamp);
box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
- gtk_style_context_add_class (gtk_widget_get_style_context (box),
- GTK_STYLE_CLASS_RAISED);
gtk_style_context_add_class (gtk_widget_get_style_context (box),
GTK_STYLE_CLASS_LINKED);
gtk_container_add (GTK_CONTAINER (clamp), box);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]