prevented resizing the window
This commit is contained in:
		@@ -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