[balsa/gtk4: 203/288] toolbar-factory: add "toolbar" CSS class




commit 5bb1c7d69277febd695751385368d79f66844a45
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 581c2b2ad..b21e0839b 100644
--- a/src/toolbar-factory.c
+++ b/src/toolbar-factory.c
@@ -831,5 +831,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]