We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ceba1 commit 1d01476Copy full SHA for 1d01476
2 files changed
v2rayN/v2rayN.Desktop/Views/RoutingSettingWindow.axaml
@@ -31,12 +31,6 @@
31
HorizontalAlignment="Right"
32
DockPanel.Dock="Bottom"
33
Orientation="Horizontal">
34
- <StackPanel
35
- Width="600"
36
- HorizontalAlignment="Left"
37
- VerticalAlignment="Center">
38
- <TextBlock Text="{x:Static resx:ResUI.TbRoutingTips}" />
39
- </StackPanel>
40
<Button
41
x:Name="btnSave"
42
Width="100"
v2rayN/v2rayN/Views/RoutingSettingWindow.xaml
@@ -57,12 +57,6 @@
57
58
59
60
61
62
63
64
- <TextBlock Style="{StaticResource ToolbarTextBlock}" Text="{x:Static resx:ResUI.TbRoutingTips}" />
65
66
67
68
0 commit comments