mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix typos
This commit is contained in:
parent
356f229fd4
commit
cd01260ee9
2 changed files with 2 additions and 2 deletions
|
|
@ -565,7 +565,7 @@ namespace Flow.Launcher.Core.Resource
|
|||
}
|
||||
|
||||
// Apply the resize border thickness to the window chrome
|
||||
SetResizeBoarderThickness(windowChrome, _settings.KeepMaxResults);
|
||||
SetResizeBorderThickness(windowChrome, _settings.KeepMaxResults);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1097,7 +1097,7 @@ namespace Flow.Launcher
|
|||
ResizeMode = _settings.KeepMaxResults ? ResizeMode.NoResize : ResizeMode.CanResize;
|
||||
if (WindowChrome.GetWindowChrome(this) is WindowChrome windowChrome)
|
||||
{
|
||||
_theme.SetResizeBoarderThickness(windowChrome, _settings.KeepMaxResults);
|
||||
_theme.SetResizeBorderThickness(windowChrome, _settings.KeepMaxResults);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue