chore: update fixes

This commit is contained in:
Ashley Wulber 2024-02-05 19:24:19 -05:00 committed by Ashley Wulber
parent 0ab6f724fb
commit f00fd8bc1a
6 changed files with 37 additions and 18 deletions

View file

@ -152,7 +152,9 @@ fn layout_view(layout: &Layout, expanded: Option<i32>) -> cosmic::Element<Msg> {
.into()
}
fn row_button(content: Vec<cosmic::Element<Msg>>) -> cosmic::widget::Button<Msg, cosmic::Renderer> {
fn row_button(
content: Vec<cosmic::Element<Msg>>,
) -> cosmic::widget::Button<Msg, cosmic::Theme, cosmic::Renderer> {
menu_button(
iced::widget::Row::with_children(content)
.spacing(8)