Update libcosmic and adjust dialog size

This commit is contained in:
Jeremy Soller 2024-03-01 09:18:57 -07:00
parent 9cc1a0f16d
commit 0b8ca753b8
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
4 changed files with 10 additions and 31 deletions

View file

@ -96,7 +96,7 @@ impl<M: Send + 'static> Dialog<M> {
settings.transparent = true;
//TODO: allow resize!
settings.size = Size::new(800.0, 600.0);
settings.size = Size::new(1024.0, 640.0);
settings.resizable = false;
#[cfg(target_os = "linux")]