SettingsExpander fixes
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
</ResourceDictionary.ThemeDictionaries>
|
||||
</ResourceDictionary>
|
||||
<Thickness x:Key="TextControlMargin">0</Thickness>
|
||||
<Thickness x:Key="TextControlPadding">10,5,6,6</Thickness>
|
||||
<Thickness x:Key="TextControlPadding">10,6,6,5</Thickness>
|
||||
<Thickness x:Key="TextControlCompactPadding">0</Thickness>
|
||||
<Thickness x:Key="TextControlCompactMargin">0,-3,0,0</Thickness>
|
||||
<Thickness x:Key="TextControlCompactMargin">0</Thickness>
|
||||
</SettingsExpander.Resources>
|
||||
<SettingsExpander.Action>
|
||||
<ItemEntryActionView />
|
||||
@@ -41,6 +41,7 @@
|
||||
<Setter Property="MinWidth" Value="0" />
|
||||
<Setter Property="IsReadOnly" Value="True" />
|
||||
<Setter Property="BorderBrush" Value="Transparent" />
|
||||
<Setter Property="BorderThickness" Value="0" />
|
||||
<Setter Property="Background" Value="Transparent" />
|
||||
<Setter Property="Margin" Value="{StaticResource TextControlCompactMargin}" />
|
||||
<Setter Property="Padding" Value="{StaticResource TextControlCompactPadding}" />
|
||||
|
||||
Reference in New Issue
Block a user