5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 07:21:32 +08:00
This commit is contained in:
Zámbó, Levente 2025-02-05 16:07:42 +01:00
parent f07ead3fb2
commit 8d1e5188ad

View File

@ -270,7 +270,7 @@ void SetMinMaxSize(GtkWindow *window, int min_width, int min_height, int max_wid
size.min_height = min_height; size.min_height = min_height;
size.min_width = min_width; size.min_width = min_width;
// On Wayland window manager get the decoratgors and calculate the differences from the windows' size. // On Wayland window manager get the decorators and calculate the differences from the windows' size.
if(onWayland()) if(onWayland())
{ {
if(decoratorWidth == -1 && decoratorHeight == -1) if(decoratorWidth == -1 && decoratorHeight == -1)