mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 01:31:54 +08:00
[mac] Fix SetMaxSize
This commit is contained in:
parent
65979cbc75
commit
4be4946756
@ -74,7 +74,7 @@
|
|||||||
|
|
||||||
self.maxSize = size;
|
self.maxSize = size;
|
||||||
|
|
||||||
[self.mainWindow setMinSize:size];
|
[self.mainWindow setMaxSize:size];
|
||||||
|
|
||||||
[self adjustWindowSize];
|
[self adjustWindowSize];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user