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)
565565 }
566566
567567 // Apply the resize border thickness to the window chrome
568- SetResizeBoarderThickness ( windowChrome , _settings . KeepMaxResults ) ;
568+ SetResizeBorderThickness ( windowChrome , _settings . KeepMaxResults ) ;
569569 }
570570 }
571571
Original file line number Diff line number Diff line change @@ -1097,7 +1097,7 @@ private void SetupResizeMode()
10971097 ResizeMode = _settings . KeepMaxResults ? ResizeMode . NoResize : ResizeMode . CanResize ;
10981098 if ( WindowChrome . GetWindowChrome ( this ) is WindowChrome windowChrome )
10991099 {
1100- _theme . SetResizeBoarderThickness ( windowChrome , _settings . KeepMaxResults ) ;
1100+ _theme . SetResizeBorderThickness ( windowChrome , _settings . KeepMaxResults ) ;
11011101 }
11021102 }
11031103
You can’t perform that action at this time.
0 commit comments