chore: update libcosmic
This commit is contained in:
parent
8d2db2ffc5
commit
608b2d9219
4 changed files with 175 additions and 107 deletions
|
|
@ -1411,6 +1411,7 @@ fn color_picker_window_settings() -> SctkWindowSettings {
|
|||
resizable: Some(8.0),
|
||||
client_decorations: true,
|
||||
transparent: true,
|
||||
..Default::default()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -474,6 +474,7 @@ impl Page {
|
|||
resizable: None,
|
||||
client_decorations: true,
|
||||
transparent: true,
|
||||
..Default::default()
|
||||
};
|
||||
return commands::window::get_window(window_settings);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -176,6 +176,7 @@ impl Page {
|
|||
resizable: None,
|
||||
client_decorations: true,
|
||||
transparent: true,
|
||||
..Default::default()
|
||||
};
|
||||
return commands::window::get_window(window_settings);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue