SettingsExpander fixes
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<UserControl.Resources>
|
||||
<Thickness x:Key="MoreButtonMargin">12,0,0,0</Thickness>
|
||||
<Thickness x:Key="MoreButtonPadding">5,0,5,0</Thickness>
|
||||
<x:Double x:Key="MoreButtonMinWidth">24</x:Double>
|
||||
<x:Double x:Key="MoreButtonMinWidth">32</x:Double>
|
||||
<x:Double x:Key="MoreButtonMinHeight">32</x:Double>
|
||||
</UserControl.Resources>
|
||||
<Button
|
||||
@@ -17,10 +17,14 @@
|
||||
MinHeight="{StaticResource MoreButtonMinHeight}"
|
||||
Margin="{StaticResource MoreButtonMargin}"
|
||||
Padding="{StaticResource MoreButtonPadding}"
|
||||
VerticalAlignment="Center"
|
||||
HorizontalContentAlignment="Center"
|
||||
VerticalContentAlignment="Center"
|
||||
Theme="{StaticResource TransparentButton}">
|
||||
<Viewbox Width="14" Height="14">
|
||||
<Viewbox
|
||||
Width="14"
|
||||
Height="14"
|
||||
Margin="0,2,0,0">
|
||||
<PathIcon
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
|
||||
Reference in New Issue
Block a user