Add CSS to status area applet

Doesn't match other applets. Though toggle button behavior is probably
what we want?
This commit is contained in:
Ian Douglas Scott 2022-06-03 20:00:47 -07:00
parent d22bcabd91
commit 853caa5b84
3 changed files with 43 additions and 0 deletions

View file

@ -50,6 +50,7 @@ impl ObjectImpl for StatusMenuInner {
let menu_button = cascade! {
gtk4::MenuButton::new();
..add_css_class("panel_icon");
..set_has_frame(false);
..set_parent(obj);
..set_popover(Some(&popover));