Skip to content

Commit 1d01476

Browse files
committed
Adjust UI
1 parent 75ceba1 commit 1d01476

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

v2rayN/v2rayN.Desktop/Views/RoutingSettingWindow.axaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@
3131
HorizontalAlignment="Right"
3232
DockPanel.Dock="Bottom"
3333
Orientation="Horizontal">
34-
<StackPanel
35-
Width="600"
36-
HorizontalAlignment="Left"
37-
VerticalAlignment="Center">
38-
<TextBlock Text="{x:Static resx:ResUI.TbRoutingTips}" />
39-
</StackPanel>
4034
<Button
4135
x:Name="btnSave"
4236
Width="100"

v2rayN/v2rayN/Views/RoutingSettingWindow.xaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@
5757
HorizontalAlignment="Right"
5858
DockPanel.Dock="Bottom"
5959
Orientation="Horizontal">
60-
<StackPanel
61-
Width="600"
62-
HorizontalAlignment="Left"
63-
VerticalAlignment="Center">
64-
<TextBlock Style="{StaticResource ToolbarTextBlock}" Text="{x:Static resx:ResUI.TbRoutingTips}" />
65-
</StackPanel>
6660
<Button
6761
x:Name="btnSave"
6862
Width="100"

0 commit comments

Comments
 (0)