Skip to content

Commit 782a36c

Browse files
committed
Update NetworkInterfaceView.xaml
1 parent 2ed8503 commit 782a36c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Source/NETworkManager/Views/NetworkInterfaceView.xaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
<converters:IPAddressSubnetmaskTupleArrayToStringConverter
3737
x:Key="IPAddressSubnetmaskTupleArrayToStringConverter" />
3838
<converters:IntNotZeroToVisibilityCollapsedConverter x:Key="IntNotZeroToVisibilityCollapsedConverter" />
39-
<converters:IntZeroToVisibilityCollapsedConverter x:Key="IntZeroToVisibilityCollapsedConverter" />
40-
<converters:StringNullOrEmptyToBoolConverter x:Key="StringNullOrEmptyToBoolConverter" />
39+
<converters:IntZeroToVisibilityCollapsedConverter x:Key="IntZeroToVisibilityCollapsedConverter" />
4140
<converters:OperationalStatusToStringConverter x:Key="OperationalStatusToStringConverter" />
4241
<converters:PhysicalAddressToStringConverter x:Key="PhysicalAddressToStringConverter" />
4342
<converters:ValidateNetworkInterfaceConfigConverter x:Key="ValidateNetworkInterfaceConfigConverter" />
@@ -1148,7 +1147,7 @@
11481147
<TextBlock Grid.Column="1" VerticalAlignment="Center"
11491148
Style="{StaticResource DefaultTextBlock}"
11501149
Text="{Binding Path=CIDR,StringFormat=/{0}}"
1151-
Foreground="{DynamicResource GrayBrush2}" />
1150+
Foreground="{DynamicResource MahApps.Brushes.Gray2}" />
11521151
</Grid>
11531152
</DataTemplate>
11541153
</ComboBox.ItemTemplate>
@@ -1470,7 +1469,8 @@
14701469
</Rectangle.Style>
14711470
</Rectangle>
14721471
</Button>
1473-
<Popup PlacementTarget="{Binding ElementName=ButtonProfileFilter}"
1472+
<Popup Grid.Column="0" Grid.Row="0"
1473+
PlacementTarget="{Binding ElementName=ButtonProfileFilter}"
14741474
Placement="Bottom" StaysOpen="False"
14751475
IsOpen="{Binding ProfileFilterIsOpen}"
14761476
Width="220">
@@ -1599,7 +1599,7 @@
15991599
<ListBox.Resources>
16001600
<ContextMenu x:Key="ListBoxItemContextMenu" Opened="ContextMenu_Opened" MinWidth="150">
16011601
<MenuItem Header="{x:Static localization:Strings.Apply}"
1602-
Command="{Binding ApplyProfileConfigCommand}">
1602+
Command="{Binding ApplyProfileCommand}">
16031603
<MenuItem.Icon>
16041604
<Rectangle Width="16" Height="16"
16051605
Fill="{DynamicResource MahApps.Brushes.Gray3}">

0 commit comments

Comments
 (0)