From ecaac2ac613312ab4c9488cd6004962f0b37f9ac Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sat, 22 Nov 2025 10:16:53 +0800 Subject: [PATCH] Fix https://github.com/2dust/v2rayN/discussions/8366 --- v2rayN/v2rayN.Desktop/Views/MainWindow.axaml | 4 ++-- v2rayN/v2rayN/Views/MainWindow.xaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/v2rayN/v2rayN.Desktop/Views/MainWindow.axaml b/v2rayN/v2rayN.Desktop/Views/MainWindow.axaml index 52cf5c4f..84967619 100644 --- a/v2rayN/v2rayN.Desktop/Views/MainWindow.axaml +++ b/v2rayN/v2rayN.Desktop/Views/MainWindow.axaml @@ -9,8 +9,8 @@ xmlns:view="using:v2rayN.Desktop.Views" xmlns:vms="clr-namespace:ServiceLib.ViewModels;assembly=ServiceLib" Title="v2rayN" - Width="1000" - Height="600" + Width="1200" + Height="800" MinWidth="900" x:DataType="vms:MainWindowViewModel" Icon="/Assets/NotifyIcon1.ico" diff --git a/v2rayN/v2rayN/Views/MainWindow.xaml b/v2rayN/v2rayN/Views/MainWindow.xaml index 25de8f7f..18dd7281 100644 --- a/v2rayN/v2rayN/Views/MainWindow.xaml +++ b/v2rayN/v2rayN/Views/MainWindow.xaml @@ -11,8 +11,8 @@ xmlns:view="clr-namespace:v2rayN.Views" xmlns:vms="clr-namespace:ServiceLib.ViewModels;assembly=ServiceLib" Title="v2rayN" - Width="900" - Height="700" + Width="1200" + Height="800" MinWidth="900" x:TypeArguments="vms:MainWindowViewModel" Icon="/Resources/v2rayN.ico"