mirror of
				https://github.com/yuezk/GlobalProtect-openconnect.git
				synced 2025-05-20 07:26:58 -04:00 
			
		
		
		
	fix: refine the window size
This commit is contained in:
		| @@ -133,8 +133,8 @@ fn build_window(app_handle: &AppHandle, ua: &str) -> tauri::Result<Window> { | ||||
|     Window::builder(app_handle, AUTH_WINDOW_LABEL, url) | ||||
|         .visible(false) | ||||
|         .title("GlobalProtect Login") | ||||
|         .inner_size(390.0, 694.0) | ||||
|         .min_inner_size(390.0, 600.0) | ||||
|         .inner_size(400.0, 647.0) | ||||
|         .min_inner_size(370.0, 600.0) | ||||
|         .user_agent(ua) | ||||
|         .always_on_top(true) | ||||
|         .focused(true) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user