mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update Generic.xaml
This commit is contained in:
parent
d6963d1219
commit
309b54240b
|
|
@ -69,7 +69,7 @@
|
||||||
Margin="{TemplateBinding Padding}"/>
|
Margin="{TemplateBinding Padding}"/>
|
||||||
</Border>
|
</Border>
|
||||||
<Path Grid.Row="1"
|
<Path Grid.Row="1"
|
||||||
Data="M0.5,-1 L0.5,15 10,-1"
|
Data="M0.5,-1.2 L0.5,15 10,-1.2"
|
||||||
Fill="{TemplateBinding Background}"
|
Fill="{TemplateBinding Background}"
|
||||||
Stroke="{TemplateBinding BorderBrush}"
|
Stroke="{TemplateBinding BorderBrush}"
|
||||||
StrokeThickness="1"/>
|
StrokeThickness="1"/>
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@
|
||||||
Margin="{TemplateBinding Padding}"/>
|
Margin="{TemplateBinding Padding}"/>
|
||||||
</Border>
|
</Border>
|
||||||
<Path Grid.Row="1"
|
<Path Grid.Row="1"
|
||||||
Data="M0.5,-1 L0.5,15 10,-1"
|
Data="M0.5,-1.2 L0.5,15 10,-1.2"
|
||||||
Fill="{TemplateBinding Background}"
|
Fill="{TemplateBinding Background}"
|
||||||
Stroke="{TemplateBinding BorderBrush}"
|
Stroke="{TemplateBinding BorderBrush}"
|
||||||
StrokeThickness="1"/>
|
StrokeThickness="1"/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue