mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-29 14:49:45 +05:00
Reduce minimum width of MainWindow
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
Title="v2rayN"
|
||||
Width="1200"
|
||||
Height="800"
|
||||
MinWidth="900"
|
||||
MinWidth="600"
|
||||
x:DataType="vms:MainWindowViewModel"
|
||||
Icon="/Assets/NotifyIcon1.ico"
|
||||
ShowInTaskbar="True"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
Title="v2rayN"
|
||||
Width="1200"
|
||||
Height="800"
|
||||
MinWidth="900"
|
||||
MinWidth="800"
|
||||
x:TypeArguments="vms:MainWindowViewModel"
|
||||
Icon="/Resources/v2rayN.ico"
|
||||
ResizeMode="CanResizeWithGrip"
|
||||
|
||||
Reference in New Issue
Block a user