5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 23:20:51 +08:00

[mac] Fix SetMaxSize

This commit is contained in:
Lea Anthony 2021-10-30 11:06:56 +11:00
parent 65979cbc75
commit 4be4946756
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

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