Adjust Card

This commit is contained in:
DB p 2024-04-16 14:31:12 +09:00
parent dbbc42b2e6
commit 56f27cb15a
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
mc:Ignorable="d">
<UserControl.Template>
<ControlTemplate TargetType="UserControl">
<Border Margin="0,8,0,0">
<Border Margin="0,4,0,0">
<Border.Style>
<Style TargetType="{x:Type Border}">
<Setter Property="Background" Value="{DynamicResource Color00B}" />

View file

@ -2630,7 +2630,7 @@
<StackPanel Margin="5,18,18,10">
<TextBlock
Grid.Row="0"
Margin="0,5,0,2"
Margin="0,5,0,6"
FontSize="30"
Style="{StaticResource PageTitle}"
Text="{DynamicResource hotkeys}"