mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 00:53:16 +08:00
fix typo
This commit is contained in:
parent
f07ead3fb2
commit
8d1e5188ad
@ -270,7 +270,7 @@ void SetMinMaxSize(GtkWindow *window, int min_width, int min_height, int max_wid
|
||||
size.min_height = min_height;
|
||||
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(decoratorWidth == -1 && decoratorHeight == -1)
|
||||
|
Loading…
Reference in New Issue
Block a user