mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add min height to settings page resize
This commit is contained in:
parent
0865d56e4e
commit
953b50d1f2
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
WindowStartupLocation="CenterScreen"
|
||||
Height="600" Width="900"
|
||||
MinWidth="850"
|
||||
MinHeight="500"
|
||||
Closed="OnClosed"
|
||||
d:DataContext="{d:DesignInstance vm:SettingWindowViewModel}">
|
||||
<Window.InputBindings>
|
||||
|
|
|
|||
Loading…
Reference in a new issue