Compare commits

...

2 commits

Author SHA1 Message Date
2dust
ae7d54c2e5 up 7.16.8
Some checks failed
release Linux / build (Release) (push) Has been cancelled
release macOS / build (Release) (push) Has been cancelled
release Windows desktop (Avalonia UI) / build (Release) (push) Has been cancelled
release Windows / build (Release) (push) Has been cancelled
release Linux / rpm (push) Has been cancelled
2025-12-22 19:04:36 +08:00
2dust
56d0d65b06 Reduce minimum width of MainWindow 2025-12-22 19:03:47 +08:00
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>7.16.7</Version>
<Version>7.16.8</Version>
</PropertyGroup>
<PropertyGroup>

View file

@ -11,7 +11,7 @@
Title="v2rayN"
Width="1200"
Height="800"
MinWidth="900"
MinWidth="600"
x:DataType="vms:MainWindowViewModel"
Icon="/Assets/NotifyIcon1.ico"
ShowInTaskbar="True"

View file

@ -13,7 +13,7 @@
Title="v2rayN"
Width="1200"
Height="800"
MinWidth="900"
MinWidth="800"
x:TypeArguments="vms:MainWindowViewModel"
Icon="/Resources/v2rayN.ico"
ResizeMode="CanResizeWithGrip"