WIP
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<NavigateAction Region="Left" Route="ItemCategoryCollection">
|
<NavigateAction Region="Left" Route="ItemCategoryCollection">
|
||||||
<Parameter Key="Transition" Value="FromRight" />
|
<Parameter Key="Transition" Value="FromRight" />
|
||||||
<Parameter Key="IsBackStackEnabled" Value="{x:True}" />
|
<Parameter Key="IsBackStackEnabled" Value="{x:True}" />
|
||||||
<Parameter Key="ClearBackStack" Value="{x:True}" />
|
<Parameter Key="ClearBackStack" Value="[2-2]" />
|
||||||
</NavigateAction>
|
</NavigateAction>
|
||||||
<NavigateAction
|
<NavigateAction
|
||||||
Region="{Binding Named, StringFormat='{}{0}:Content'}"
|
Region="{Binding Named, StringFormat='{}{0}:Content'}"
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
<Grid Grid.Column="0">
|
<Grid Grid.Column="0">
|
||||||
<PersonPicture Height="40" DisplayName="{Binding Name}" />
|
<PersonPicture Height="40" DisplayName="{Binding Name}" />
|
||||||
<TextBlock
|
<TextBlock
|
||||||
Margin="0,0,2,12"
|
Margin="0,0,0,-2"
|
||||||
HorizontalAlignment="Right"
|
HorizontalAlignment="Right"
|
||||||
VerticalAlignment="Bottom"
|
VerticalAlignment="Bottom"
|
||||||
FontFamily="{DynamicResource FluentThemeFontFamily}"
|
FontFamily="{DynamicResource FluentThemeFontFamily}"
|
||||||
|
|||||||
Reference in New Issue
Block a user