Skip to content

Commit b4c790e

Browse files
committed
Add margin for classics
1 parent f72b700 commit b4c790e

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Flow.Launcher/Themes/BlurBlack Darker.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<system:String x:Key="SystemBG">Dark</system:String>
1616
<Color x:Key="LightBG">#C7000000</Color>
1717
<Color x:Key="DarkBG">#C7000000</Color>
18+
<Thickness x:Key="ResultMargin">0 0 0 8</Thickness>
1819

1920
<Style x:Key="WindowRadius" TargetType="{x:Type Border}">
2021
<Setter Property="CornerRadius" Value="0" />

Flow.Launcher/Themes/BlurBlack.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<system:String x:Key="SystemBG">Dark</system:String>
1515
<Color x:Key="LightBG">#B0000000</Color>
1616
<Color x:Key="DarkBG">#B6000000</Color>
17+
<Thickness x:Key="ResultMargin">0 0 0 8</Thickness>
1718

1819
<Style x:Key="WindowRadius" TargetType="{x:Type Border}">
1920
<Setter Property="CornerRadius" Value="0" />

Flow.Launcher/Themes/BlurWhite.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<system:String x:Key="SystemBG">Light</system:String>
1515
<Color x:Key="LightBG">#BFFAFAFA</Color>
1616
<Color x:Key="DarkBG">#BFFAFAFA</Color>
17+
<Thickness x:Key="ResultMargin">0 0 0 8</Thickness>
18+
1719
<Style
1820
x:Key="ItemGlyph"
1921
BasedOn="{StaticResource BaseGlyphStyle}"

0 commit comments

Comments
 (0)