From ca0af97e41b4ad2bff125e72ef221c14f4533fe3 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sun, 1 Mar 2026 10:04:17 +0800 Subject: [PATCH] Increase UI column widths for AddGroupServerWindow --- .../Views/AddGroupServerWindow.axaml | 14 +++++++------- .../Views/ProfilesSelectWindow.axaml | 6 +++--- v2rayN/v2rayN/Views/AddGroupServerWindow.xaml | 14 +++++++------- v2rayN/v2rayN/Views/ProfilesSelectWindow.xaml | 6 +++--- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/v2rayN/v2rayN.Desktop/Views/AddGroupServerWindow.axaml b/v2rayN/v2rayN.Desktop/Views/AddGroupServerWindow.axaml index c042868c..e50da940 100644 --- a/v2rayN/v2rayN.Desktop/Views/AddGroupServerWindow.axaml +++ b/v2rayN/v2rayN.Desktop/Views/AddGroupServerWindow.axaml @@ -95,7 +95,7 @@ @@ -130,7 +130,7 @@ x:Name="cmbFilter" Grid.Row="1" Grid.Column="1" - Width="200" + Width="600" Margin="{StaticResource Margin4}" VerticalAlignment="Center" IsEditable="True" /> @@ -187,11 +187,11 @@ Binding="{Binding ConfigType}" Header="{x:Static resx:ResUI.LvServiceType}" /> diff --git a/v2rayN/v2rayN/Views/AddGroupServerWindow.xaml b/v2rayN/v2rayN/Views/AddGroupServerWindow.xaml index bbbf29c6..39acbaec 100644 --- a/v2rayN/v2rayN/Views/AddGroupServerWindow.xaml +++ b/v2rayN/v2rayN/Views/AddGroupServerWindow.xaml @@ -147,7 +147,7 @@ - + @@ -163,7 +163,7 @@ x:Name="cmbSubChildItems" Grid.Row="0" Grid.Column="1" - Width="200" + Width="600" Margin="{StaticResource Margin4}" DisplayMemberPath="Remarks" Style="{StaticResource DefComboBox}" /> @@ -187,7 +187,7 @@ x:Name="cmbFilter" Grid.Row="1" Grid.Column="1" - Width="200" + Width="600" Margin="{StaticResource Margin4}" VerticalAlignment="Center" IsEditable="True" @@ -253,11 +253,11 @@ Binding="{Binding ConfigType}" Header="{x:Static resx:ResUI.LvServiceType}" />