|
@@ -95,7 +95,6 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|
|
let defaultSize = NSSize(width: AppTheme.windowWidth, height: AppTheme.windowHeight)
|
|
let defaultSize = NSSize(width: AppTheme.windowWidth, height: AppTheme.windowHeight)
|
|
|
window.setContentSize(defaultSize)
|
|
window.setContentSize(defaultSize)
|
|
|
window.minSize = NSSize(width: AppTheme.windowMinWidth, height: AppTheme.windowMinHeight)
|
|
window.minSize = NSSize(width: AppTheme.windowMinWidth, height: AppTheme.windowMinHeight)
|
|
|
- window.maxSize = defaultSize
|
|
|
|
|
window.isRestorable = false
|
|
window.isRestorable = false
|
|
|
centerWindowOnScreen(window)
|
|
centerWindowOnScreen(window)
|
|
|
|
|
|