From 52e9d30b46c9ad94b8c8c866a922568a46a5c2e9 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sun, 4 Feb 2024 10:02:02 +0800 Subject: [PATCH] Improve --- v2rayN/v2rayN/Views/SubEditWindow.xaml | 97 +++++++++++++------------- 1 file changed, 48 insertions(+), 49 deletions(-) diff --git a/v2rayN/v2rayN/Views/SubEditWindow.xaml b/v2rayN/v2rayN/Views/SubEditWindow.xaml index ef22c501..37a6bc59 100644 --- a/v2rayN/v2rayN/Views/SubEditWindow.xaml +++ b/v2rayN/v2rayN/Views/SubEditWindow.xaml @@ -72,7 +72,7 @@ - + @@ -95,7 +95,6 @@ x:Name="txtRemarks" Grid.Row="1" Grid.Column="1" - Width="400" Margin="4" VerticalAlignment="Top" AcceptsReturn="True" @@ -113,7 +112,6 @@ x:Name="txtUrl" Grid.Row="2" Grid.Column="1" - Width="400" Margin="4" VerticalAlignment="Top" materialDesign:HintAssist.Hint="{x:Static resx:ResUI.SubUrlTips}" @@ -153,61 +151,46 @@ VerticalAlignment="Center" Style="{StaticResource ToolbarTextBlock}" Text="{x:Static resx:ResUI.LvEnabled}" /> - + Margin="4"> + - - + + + + - - - + + + @@ -258,7 +259,6 @@ x:Name="txtPrevProfile" Grid.Row="9" Grid.Column="1" - Width="400" Margin="4" VerticalAlignment="Top" materialDesign:HintAssist.Hint="{x:Static resx:ResUI.LvPrevProfileTip}" @@ -276,7 +276,6 @@ x:Name="txtNextProfile" Grid.Row="10" Grid.Column="1" - Width="400" Margin="4" VerticalAlignment="Top" materialDesign:HintAssist.Hint="{x:Static resx:ResUI.LvPrevProfileTip}"