This commit is contained in:
TheXamlGuy
2024-06-26 20:46:00 +01:00
parent 24f6e70900
commit 92a0216eed
2 changed files with 2 additions and 2 deletions
@@ -12,7 +12,7 @@
<NavigateAction Region="Left" Route="ItemCategoryCollection">
<Parameter Key="Transition" Value="FromRight" />
<Parameter Key="IsBackStackEnabled" Value="{x:True}" />
<Parameter Key="ClearBackStack" Value="{x:True}" />
<Parameter Key="ClearBackStack" Value="[2-2]" />
</NavigateAction>
<NavigateAction
Region="{Binding Named, StringFormat='{}{0}:Content'}"
+1 -1
View File
@@ -31,7 +31,7 @@
<Grid Grid.Column="0">
<PersonPicture Height="40" DisplayName="{Binding Name}" />
<TextBlock
Margin="0,0,2,12"
Margin="0,0,0,-2"
HorizontalAlignment="Right"
VerticalAlignment="Bottom"
FontFamily="{DynamicResource FluentThemeFontFamily}"