fixing alignment issues

This commit is contained in:
Chris Cochrun 2025-02-26 10:28:08 -06:00
parent a80ab8e9a6
commit 803f892e7e
3 changed files with 14 additions and 10 deletions

View file

@ -178,7 +178,7 @@ impl SongEditor {
.map(|_| Message::None),
)
.height(250)
.center_x(Length::Shrink)
.center_x(Length::Fill)
.padding([0, 20])
.clip(true)
.into()