|
36 | 36 | <converters:IPAddressSubnetmaskTupleArrayToStringConverter |
37 | 37 | x:Key="IPAddressSubnetmaskTupleArrayToStringConverter" /> |
38 | 38 | <converters:IntNotZeroToVisibilityCollapsedConverter x:Key="IntNotZeroToVisibilityCollapsedConverter" /> |
39 | | - <converters:IntZeroToVisibilityCollapsedConverter x:Key="IntZeroToVisibilityCollapsedConverter" /> |
40 | | - <converters:StringNullOrEmptyToBoolConverter x:Key="StringNullOrEmptyToBoolConverter" /> |
| 39 | + <converters:IntZeroToVisibilityCollapsedConverter x:Key="IntZeroToVisibilityCollapsedConverter" /> |
41 | 40 | <converters:OperationalStatusToStringConverter x:Key="OperationalStatusToStringConverter" /> |
42 | 41 | <converters:PhysicalAddressToStringConverter x:Key="PhysicalAddressToStringConverter" /> |
43 | 42 | <converters:ValidateNetworkInterfaceConfigConverter x:Key="ValidateNetworkInterfaceConfigConverter" /> |
|
1148 | 1147 | <TextBlock Grid.Column="1" VerticalAlignment="Center" |
1149 | 1148 | Style="{StaticResource DefaultTextBlock}" |
1150 | 1149 | Text="{Binding Path=CIDR,StringFormat=/{0}}" |
1151 | | - Foreground="{DynamicResource GrayBrush2}" /> |
| 1150 | + Foreground="{DynamicResource MahApps.Brushes.Gray2}" /> |
1152 | 1151 | </Grid> |
1153 | 1152 | </DataTemplate> |
1154 | 1153 | </ComboBox.ItemTemplate> |
|
1470 | 1469 | </Rectangle.Style> |
1471 | 1470 | </Rectangle> |
1472 | 1471 | </Button> |
1473 | | - <Popup PlacementTarget="{Binding ElementName=ButtonProfileFilter}" |
| 1472 | + <Popup Grid.Column="0" Grid.Row="0" |
| 1473 | + PlacementTarget="{Binding ElementName=ButtonProfileFilter}" |
1474 | 1474 | Placement="Bottom" StaysOpen="False" |
1475 | 1475 | IsOpen="{Binding ProfileFilterIsOpen}" |
1476 | 1476 | Width="220"> |
|
1599 | 1599 | <ListBox.Resources> |
1600 | 1600 | <ContextMenu x:Key="ListBoxItemContextMenu" Opened="ContextMenu_Opened" MinWidth="150"> |
1601 | 1601 | <MenuItem Header="{x:Static localization:Strings.Apply}" |
1602 | | - Command="{Binding ApplyProfileConfigCommand}"> |
| 1602 | + Command="{Binding ApplyProfileCommand}"> |
1603 | 1603 | <MenuItem.Icon> |
1604 | 1604 | <Rectangle Width="16" Height="16" |
1605 | 1605 | Fill="{DynamicResource MahApps.Brushes.Gray3}"> |
|
0 commit comments