[mac] Fix SetMaxSize

This commit is contained in:
Lea Anthony
2021-10-30 11:06:56 +11:00
parent 65979cbc75
commit 4be4946756

View File

@@ -74,7 +74,7 @@
self.maxSize = size;
[self.mainWindow setMinSize:size];
[self.mainWindow setMaxSize:size];
[self adjustWindowSize];
}