|
@@ -35,9 +35,8 @@
|
|
|
</DataTemplate>
|
|
</DataTemplate>
|
|
|
</ComboBox.ItemTemplate>
|
|
</ComboBox.ItemTemplate>
|
|
|
</ComboBox>
|
|
</ComboBox>
|
|
|
- <Border Background="{DynamicResource ThemeControlLowBrush}" CornerRadius="4">
|
|
|
|
|
- <ItemsControl IsVisible="{Binding PickerIsIconButtons}"
|
|
|
|
|
- Name="iconButtonsPicker"
|
|
|
|
|
|
|
+ <Border IsVisible="{Binding PickerIsIconButtons}" Background="{DynamicResource ThemeControlLowBrush}" CornerRadius="4">
|
|
|
|
|
+ <ItemsControl Name="iconButtonsPicker"
|
|
|
ItemsSource="{Binding EnumValues}"
|
|
ItemsSource="{Binding EnumValues}"
|
|
|
HorizontalAlignment="Center">
|
|
HorizontalAlignment="Center">
|
|
|
<ItemsControl.Styles>
|
|
<ItemsControl.Styles>
|