[epiphany/wip/exalm/gtk4-cleanups-2: 7/24] find-toolbar: Don't set raised style class
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/exalm/gtk4-cleanups-2: 7/24] find-toolbar: Don't set raised style class
- Date: Tue, 30 Nov 2021 20:23:48 +0000 (UTC)
commit 06b13e40f5754b522e4bc2306e91aa471daf42fd
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.
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1035>
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]