[balsa/gtk4: 215/312] toolbar-factory: add "toolbar" CSS class
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/gtk4: 215/312] toolbar-factory: add "toolbar" CSS class
- Date: Tue, 5 Oct 2021 20:01:16 +0000 (UTC)
commit 6f33f6d4bca186872518db8bf12b0d174da5bb33
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Sat Oct 17 17:12:24 2020 -0400
toolbar-factory: add "toolbar" CSS class
src/toolbar-factory.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/toolbar-factory.c b/src/toolbar-factory.c
index 21a783ae9..88b4c3604 100644
--- a/src/toolbar-factory.c
+++ b/src/toolbar-factory.c
@@ -862,5 +862,7 @@ balsa_toolbar_new(BalsaToolbarModel * model,
gtk_widget_add_controller(toolbar, GTK_EVENT_CONTROLLER(key_controller));
g_signal_connect(key_controller, "key-pressed", G_CALLBACK(tm_key_pressed), info);
+ gtk_widget_add_css_class(toolbar, "toolbar");
+
return toolbar;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]