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:
parent
d22bcabd91
commit
853caa5b84
3 changed files with 43 additions and 0 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue