mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-23 15:22:43 +00:00
Reduce minimum width of MainWindow
This commit is contained in:
parent
5e8e189c27
commit
56d0d65b06
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
Title="v2rayN"
|
Title="v2rayN"
|
||||||
Width="1200"
|
Width="1200"
|
||||||
Height="800"
|
Height="800"
|
||||||
MinWidth="900"
|
MinWidth="600"
|
||||||
x:DataType="vms:MainWindowViewModel"
|
x:DataType="vms:MainWindowViewModel"
|
||||||
Icon="/Assets/NotifyIcon1.ico"
|
Icon="/Assets/NotifyIcon1.ico"
|
||||||
ShowInTaskbar="True"
|
ShowInTaskbar="True"
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
Title="v2rayN"
|
Title="v2rayN"
|
||||||
Width="1200"
|
Width="1200"
|
||||||
Height="800"
|
Height="800"
|
||||||
MinWidth="900"
|
MinWidth="800"
|
||||||
x:TypeArguments="vms:MainWindowViewModel"
|
x:TypeArguments="vms:MainWindowViewModel"
|
||||||
Icon="/Resources/v2rayN.ico"
|
Icon="/Resources/v2rayN.ico"
|
||||||
ResizeMode="CanResizeWithGrip"
|
ResizeMode="CanResizeWithGrip"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue