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,48 +151,51 @@ VerticalAlignment="Center" Style="{StaticResource ToolbarTextBlock}" Text="{x:Static resx:ResUI.LvEnabled}" /> - + Margin="4"> + - - + + + + + Style="{StaticResource ToolbarTextBlock}" + Text="{x:Static resx:ResUI.LvFilter}" /> + Style="{StaticResource MyOutlinedTextBox}" /> - + + materialDesign:HintAssist.Hint="{x:Static resx:ResUI.LvConvertTargetTip}" + MaxDropDownHeight="1000" + Style="{StaticResource MyOutlinedTextComboBox}" /> - + + VerticalAlignment="Top" + materialDesign:HintAssist.Hint="{x:Static resx:ResUI.SubUrlTips}" + AcceptsReturn="True" + Style="{StaticResource MyOutlinedTextBox}" + TextWrapping="Wrap" /> @@ -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}"