update libcosmic

Also fixes the padding of some things to better match designs.
This commit is contained in:
Vukašin Vojinović 2024-08-15 03:15:33 +02:00 committed by Michael Murphy
parent 8973374a80
commit e61de72c9c
4 changed files with 26 additions and 24 deletions

View file

@ -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)
]