chore: update libcosmic

This commit is contained in:
Ashley Wulber 2023-11-16 15:39:10 -05:00 committed by Ashley Wulber
parent 8d2db2ffc5
commit 608b2d9219
4 changed files with 175 additions and 107 deletions

View file

@ -1411,6 +1411,7 @@ fn color_picker_window_settings() -> SctkWindowSettings {
resizable: Some(8.0),
client_decorations: true,
transparent: true,
..Default::default()
}
}

View file

@ -474,6 +474,7 @@ impl Page {
resizable: None,
client_decorations: true,
transparent: true,
..Default::default()
};
return commands::window::get_window(window_settings);
}

View file

@ -176,6 +176,7 @@ impl Page {
resizable: None,
client_decorations: true,
transparent: true,
..Default::default()
};
return commands::window::get_window(window_settings);
}