various fixes

This commit is contained in:
Ashley Wulber 2024-01-31 23:17:16 -05:00 committed by Ashley Wulber
parent a6785de7ba
commit dbcd927d4b
7 changed files with 110 additions and 110 deletions

View file

@ -135,6 +135,7 @@ impl State {
.spacing(16)
.into(),
])
.width(Length::Fill)
.into(),
Some(DesktopPage::DesktopOptions) => self.view_desktop_options(window),
Some(DesktopPage::Wallpaper) => self.view_desktop_wallpaper(window),