update: use dyrend & use autosized window in app-list & fix button size in workspaces & only update popup text in time when creating popup

This commit is contained in:
Ashley Wulber 2023-01-20 11:25:53 -05:00
parent 9b229c6e72
commit 982b8f5fd1
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
6 changed files with 164 additions and 205 deletions

View file

@ -26,6 +26,7 @@ pub fn main() -> cosmic::iced::Result {
.min_width(1)
.max_width(1000);
}
InitialSurface::None => unimplemented!(),
};
}
_ => {}