|
|
@@ -103,7 +103,8 @@
|
|
|
<TabItem Theme="{StaticResource ColorViewTabItemTheme}"
|
|
|
IsVisible="{TemplateBinding IsColorSpectrumVisible}">
|
|
|
<TabItem.Header>
|
|
|
- <Border Height="{DynamicResource ColorViewTabStripHeight}">
|
|
|
+ <Border Height="{DynamicResource ColorViewTabStripHeight}"
|
|
|
+ Background="Transparent">
|
|
|
<PathIcon Width="20"
|
|
|
Height="20"
|
|
|
Data="{DynamicResource ColorViewSpectrumIconGeometry}" />
|
|
|
@@ -168,7 +169,8 @@
|
|
|
<TabItem Theme="{StaticResource ColorViewTabItemTheme}"
|
|
|
IsVisible="{TemplateBinding IsColorPaletteVisible}">
|
|
|
<TabItem.Header>
|
|
|
- <Border Height="{DynamicResource ColorViewTabStripHeight}">
|
|
|
+ <Border Height="{DynamicResource ColorViewTabStripHeight}"
|
|
|
+ Background="Transparent">
|
|
|
<PathIcon Width="20"
|
|
|
Height="20"
|
|
|
Data="{DynamicResource ColorViewPaletteIconGeometry}" />
|
|
|
@@ -203,7 +205,8 @@
|
|
|
<TabItem Theme="{StaticResource ColorViewTabItemTheme}"
|
|
|
IsVisible="{TemplateBinding IsColorComponentsVisible}">
|
|
|
<TabItem.Header>
|
|
|
- <Border Height="{DynamicResource ColorViewTabStripHeight}">
|
|
|
+ <Border Height="{DynamicResource ColorViewTabStripHeight}"
|
|
|
+ Background="Transparent">
|
|
|
<PathIcon Width="20"
|
|
|
Height="20"
|
|
|
Data="{DynamicResource ColorViewComponentsIconGeometry}" />
|
|
|
@@ -264,6 +267,8 @@
|
|
|
AutomationProperties.Name="Hexadecimal Color"
|
|
|
Height="32"
|
|
|
MaxLength="9"
|
|
|
+ Padding="10,6,6,5"
|
|
|
+ VerticalContentAlignment="Center"
|
|
|
HorizontalAlignment="Stretch"
|
|
|
CornerRadius="0,0,0,0" />
|
|
|
</Grid>
|