mirror of
				https://github.com/packwiz/packwiz-installer.git
				synced 2025-11-04 12:34:31 +01:00 
			
		
		
		
	Make the main window unresizable, to work better with tiling window managers
This commit is contained in:
		@@ -15,6 +15,8 @@ class InstallWindow(private val handler: GUIHandler) : JFrame() {
 | 
			
		||||
 | 
			
		||||
	init {
 | 
			
		||||
		setBounds(100, 100, 493, 95)
 | 
			
		||||
		// Works better with tiling window managers - there isn't any reason to change window size currently anyway
 | 
			
		||||
		isResizable = false
 | 
			
		||||
		defaultCloseOperation = EXIT_ON_CLOSE
 | 
			
		||||
		setLocationRelativeTo(null)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user