prevented resizing the window
This commit is contained in:
parent
6dfc454372
commit
339cf9d119
@ -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()
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user