fix(input-sources): text size
This commit is contained in:
parent
87250b5e50
commit
37a60b7759
8 changed files with 50 additions and 49 deletions
|
|
@ -159,9 +159,7 @@ 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::Theme, cosmic::Renderer> {
|
||||
fn row_button(content: Vec<cosmic::Element<Msg>>) -> cosmic::widget::Button<Msg> {
|
||||
menu_button(
|
||||
iced::widget::Row::with_children(content)
|
||||
.spacing(8)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue