Skip to content

Commit 18c59d8

Browse files
committed
Design fixed
1 parent 9745946 commit 18c59d8

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

Source/NETworkManager/Views/Applications/WikiOUILookupView.xaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@
4545
</Binding.ValidationRules>
4646
</Binding>
4747
</ComboBox.Text>
48-
<ComboBox.ItemContainerStyle>
49-
<Style TargetType="{x:Type ComboBoxItem}">
50-
<Setter Property="Width" Value="{Binding ActualWidth,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type ComboBox}}}"/>
51-
</Style>
52-
</ComboBox.ItemContainerStyle>
5348
</ComboBox>
5449
<Button Grid.Column="1" Command="{Binding OUILookupCommand}" HorizontalAlignment="Right" Margin="10,0,0,0">
5550
<Button.Resources>

Source/NETworkManager/Views/Applications/WikiPortView.xaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@
4444
</Binding.ValidationRules>
4545
</Binding>
4646
</ComboBox.Text>
47-
<ComboBox.ItemContainerStyle>
48-
<Style TargetType="{x:Type ComboBoxItem}">
49-
<Setter Property="Width" Value="{Binding ActualWidth,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type ComboBox}}}"/>
50-
</Style>
51-
</ComboBox.ItemContainerStyle>
5247
</ComboBox>
5348
<Button Grid.Column="1" Command="{Binding PortLookupCommand}" HorizontalAlignment="Right" Margin="10,0,0,0">
5449
<Button.Resources>

0 commit comments

Comments
 (0)