Skip to content

Commit

Permalink
Moved IP Config page to IP Tools category (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Dec 25, 2023
1 parent 4ae5f8e commit 4a9ab25
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions InternetTest/InternetTest/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,21 @@
Foreground="{Binding Source={StaticResource AccentColor}}"
GroupName="NavBar"
Style="{DynamicResource NavBarToolButton}" />
<RadioButton
x:Name="IPConfigPageBtn"
Margin="10 0 0 0"
Padding="5 2 2 2"
HorizontalContentAlignment="Left"
Background="Transparent"
BorderThickness="0"
Click="IPConfigPageBtn_Click"
Content="{x:Static lang:Resources.IPConfig}"
FontSize="10"
FontWeight="ExtraBold"
Foreground="{Binding Source={StaticResource AccentColor}}"
GroupName="NavBar"
Style="{DynamicResource NavBarToolButton}" />

</StackPanel>
<Button
x:Name="CommandsBtn"
Expand Down Expand Up @@ -741,20 +756,6 @@
Foreground="{Binding Source={StaticResource AccentColor}}"
GroupName="NavBar"
Style="{DynamicResource NavBarToolButton}" />
<RadioButton
x:Name="IPConfigPageBtn"
Margin="10 0 0 0"
Padding="5 2 2 2"
HorizontalContentAlignment="Left"
Background="Transparent"
BorderThickness="0"
Click="IPConfigPageBtn_Click"
Content="{x:Static lang:Resources.IPConfig}"
FontSize="10"
FontWeight="ExtraBold"
Foreground="{Binding Source={StaticResource AccentColor}}"
GroupName="NavBar"
Style="{DynamicResource NavBarToolButton}" />
<RadioButton
x:Name="TraceroutePageBtn"
Margin="10 0 0 0"
Expand Down

0 comments on commit 4a9ab25

Please sign in to comment.