fix: add padding to show media controls toggler
This commit is contained in:
parent
c773847d1f
commit
10b69b07c2
1 changed files with 2 additions and 2 deletions
|
|
@ -855,7 +855,7 @@ impl cosmic::Application for Audio {
|
||||||
let content = column![
|
let content = column![
|
||||||
audio_content,
|
audio_content,
|
||||||
padded_control(divider::horizontal::default()),
|
padded_control(divider::horizontal::default()),
|
||||||
container(
|
padded_control(
|
||||||
anim!(
|
anim!(
|
||||||
// toggler
|
// toggler
|
||||||
SHOW_MEDIA_CONTROLS,
|
SHOW_MEDIA_CONTROLS,
|
||||||
|
|
@ -867,7 +867,7 @@ impl cosmic::Application for Audio {
|
||||||
.text_size(14)
|
.text_size(14)
|
||||||
.width(Length::Fill)
|
.width(Length::Fill)
|
||||||
)
|
)
|
||||||
.padding([0, 24]),
|
.padding([8, 24]),
|
||||||
// padded_control(divider::horizontal::default()),
|
// padded_control(divider::horizontal::default()),
|
||||||
// menu_button(text(fl!("sound-settings")).size(14)).on_press(Message::OpenSettings)
|
// menu_button(text(fl!("sound-settings")).size(14)).on_press(Message::OpenSettings)
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue