[balsa/gtk4: 199/294] toolbar-factory: add "toolbar" CSS class




commit 279d44d46ce212c34968b2697ff5d2fa22d1f246
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]