File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Flow.Launcher.Core/Resource Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -565,7 +565,7 @@ private void SetResizeBoarderThickness(Thickness? effectMargin)
565
565
}
566
566
567
567
// Apply the resize border thickness to the window chrome
568
- SetResizeBoarderThickness ( windowChrome , _settings . KeepMaxResults ) ;
568
+ SetResizeBorderThickness ( windowChrome , _settings . KeepMaxResults ) ;
569
569
}
570
570
}
571
571
Original file line number Diff line number Diff line change @@ -1097,7 +1097,7 @@ private void SetupResizeMode()
1097
1097
ResizeMode = _settings . KeepMaxResults ? ResizeMode . NoResize : ResizeMode . CanResize ;
1098
1098
if ( WindowChrome . GetWindowChrome ( this ) is WindowChrome windowChrome )
1099
1099
{
1100
- _theme . SetResizeBoarderThickness ( windowChrome , _settings . KeepMaxResults ) ;
1100
+ _theme . SetResizeBorderThickness ( windowChrome , _settings . KeepMaxResults ) ;
1101
1101
}
1102
1102
}
1103
1103
You can’t perform that action at this time.
0 commit comments