From 4f73f31d73d927fcaee9ca73a13bb607bebb55e2 Mon Sep 17 00:00:00 2001 From: DHR60 Date: Sat, 14 Mar 2026 18:19:02 +0800 Subject: [PATCH] Replace JsonEditor with TextBox --- .../v2rayN.Desktop/Views/AddServerWindow.axaml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/v2rayN/v2rayN.Desktop/Views/AddServerWindow.axaml b/v2rayN/v2rayN.Desktop/Views/AddServerWindow.axaml index 477eca5d..e9ded8aa 100644 --- a/v2rayN/v2rayN.Desktop/Views/AddServerWindow.axaml +++ b/v2rayN/v2rayN.Desktop/Views/AddServerWindow.axaml @@ -5,6 +5,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:resx="clr-namespace:ServiceLib.Resx;assembly=ServiceLib" + xmlns:views="clr-namespace:v2rayN.Desktop.Views" xmlns:vms="clr-namespace:ServiceLib.ViewModels;assembly=ServiceLib" Title="{x:Static resx:ResUI.menuServers}" Width="900" @@ -658,16 +659,13 @@ Margin="{StaticResource Margin4}" VerticalAlignment="Center" Text="{x:Static resx:ResUI.TransportExtraTip}" /> - + VerticalAlignment="Center" /> @@ -749,13 +747,13 @@ - + HorizontalAlignment="Stretch" + VerticalAlignment="Center" />