mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Adjust Card
This commit is contained in:
parent
dbbc42b2e6
commit
56f27cb15a
2 changed files with 2 additions and 2 deletions
|
|
@ -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}" />
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue