prevented resizing the window

This commit is contained in:
Martin Vrhovšek 2025-02-02 03:35:21 +01:00
parent 6dfc454372
commit 339cf9d119

View File

@ -8,7 +8,7 @@ mod db;
fn main() -> iced::Result {
let settings = Settings {
size: Size::new(500.0, 600.0),
//resizable: false,
resizable: false,
..Settings::default()
};