add min height to settings page resize

This commit is contained in:
Jeremy Wu 2021-03-31 06:21:18 +11:00
parent 0865d56e4e
commit 953b50d1f2

View file

@ -17,6 +17,7 @@
WindowStartupLocation="CenterScreen"
Height="600" Width="900"
MinWidth="850"
MinHeight="500"
Closed="OnClosed"
d:DataContext="{d:DesignInstance vm:SettingWindowViewModel}">
<Window.InputBindings>