fix(input-sources): text size
This commit is contained in:
parent
87250b5e50
commit
37a60b7759
8 changed files with 50 additions and 49 deletions
|
|
@ -382,10 +382,7 @@ impl cosmic::Application for Power {
|
|||
}
|
||||
}
|
||||
|
||||
fn power_buttons(
|
||||
name: &str,
|
||||
msg: String,
|
||||
) -> cosmic::widget::Button<Message, cosmic::Theme, Renderer> {
|
||||
fn power_buttons(name: &str, msg: String) -> cosmic::widget::Button<Message> {
|
||||
cosmic::widget::button(
|
||||
column![text_icon(name, 40), text(msg).size(14)]
|
||||
.spacing(4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue