WIP: continued improvements to skinning
This commit is contained in:
parent
3bfc65d634
commit
551565cdd8
26 changed files with 258 additions and 187 deletions
|
|
@ -124,7 +124,7 @@ impl ResponsiveMenuBar {
|
|||
id_container(
|
||||
menu::bar(vec![menu::Tree::<_>::with_children(
|
||||
Element::from(
|
||||
button::icon(icon::from_name("open-menu-symbolic"))
|
||||
button::icon(icon::from_svg_bytes(icetron_assets::icons::system::MENU_LINE))
|
||||
.padding([4, 12])
|
||||
.class(crate::theme::Button::MenuRoot),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue