fix: fix padding
This commit is contained in:
@@ -217,7 +217,7 @@
|
|||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
Background="{DynamicResource NavigationMenuItemDefaultBackground}"
|
Background="{DynamicResource NavigationMenuItemDefaultBackground}"
|
||||||
CornerRadius="6">
|
CornerRadius="6">
|
||||||
<Grid ColumnDefinitions="Auto, *, Auto">
|
<Grid HorizontalAlignment="Stretch" ColumnDefinitions="Auto, *, Auto">
|
||||||
<ContentPresenter
|
<ContentPresenter
|
||||||
Name="PART_IconPresenter"
|
Name="PART_IconPresenter"
|
||||||
Grid.Column="0"
|
Grid.Column="0"
|
||||||
@@ -227,6 +227,7 @@
|
|||||||
<ContentPresenter
|
<ContentPresenter
|
||||||
Name="PART_HeaderPresenter"
|
Name="PART_HeaderPresenter"
|
||||||
Grid.Column="1"
|
Grid.Column="1"
|
||||||
|
Margin="12,0"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
Background="{TemplateBinding Background}"
|
Background="{TemplateBinding Background}"
|
||||||
Content="{TemplateBinding Header}"
|
Content="{TemplateBinding Header}"
|
||||||
|
|||||||
Reference in New Issue
Block a user