update libcosmic
Also fixes the padding of some things to better match designs.
This commit is contained in:
parent
8973374a80
commit
e61de72c9c
4 changed files with 26 additions and 24 deletions
|
|
@ -883,7 +883,7 @@ impl cosmic::Application for Audio {
|
|||
.text_size(14)
|
||||
.width(Length::Fill)
|
||||
)
|
||||
.padding([4, 24]),
|
||||
.padding([8, 24]),
|
||||
padded_control(divider::horizontal::default()),
|
||||
menu_button(text(fl!("sound-settings")).size(14)).on_press(Message::OpenSettings)
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue