Update libcosmic and adjust dialog size
This commit is contained in:
parent
9cc1a0f16d
commit
0b8ca753b8
4 changed files with 10 additions and 31 deletions
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue