FancyZones page

This commit is contained in:
Niels Laute
2021-08-10 16:53:58 +02:00
parent 0b17828eaf
commit d39f341f57
7 changed files with 301 additions and 301 deletions

View File

@@ -6,7 +6,7 @@
<!-- Thickness -->
<Thickness x:Key="ExpanderContentPadding">0</Thickness>
<Thickness x:Key="ExpanderSettingMargin">56, 12, 40, 12</Thickness>
<Thickness x:Key="ExpanderSettingMargin">56, 8, 40, 8</Thickness>
<!-- Styles -->
<!-- Setting used in a Expander header -->
@@ -39,4 +39,9 @@
<Setter Property="HorizontalAlignment" Value="Stretch" />
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
</Style>
<Style x:Key="ExpanderSeparatorStyle" TargetType="Rectangle">
<Setter Property="Height" Value="1"/>
<Setter Property="Stroke" Value="{ThemeResource CardBorderBrush}" />
</Style>
</ResourceDictionary>