prevented resizing the window
This commit is contained in:
		@@ -8,7 +8,7 @@ mod db;
 | 
				
			|||||||
fn main() -> iced::Result {
 | 
					fn main() -> iced::Result {
 | 
				
			||||||
    let settings = Settings {
 | 
					    let settings = Settings {
 | 
				
			||||||
        size: Size::new(500.0, 600.0),
 | 
					        size: Size::new(500.0, 600.0),
 | 
				
			||||||
        //resizable: false,
 | 
					        resizable: false,
 | 
				
			||||||
        ..Settings::default()
 | 
					        ..Settings::default()
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user