Skip to content

Commit 9e11c9c

Browse files
committed
Adjust query padding
1 parent 870db70 commit 9e11c9c

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

Flow.Launcher/Themes/Circle System.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
x:Key="QueryBoxStyle"
2727
BasedOn="{StaticResource BaseQueryBoxStyle}"
2828
TargetType="{x:Type TextBox}">
29-
<Setter Property="Padding" Value="0 4 50 0" />
29+
<Setter Property="Padding" Value="0 0 50 0" />
3030
<Setter Property="Foreground" Value="{m:DynamicColor SystemControlHighlightBaseHighBrush}" />
3131
<Setter Property="FontSize" Value="18" />
3232
<Setter Property="Height" Value="38" />
@@ -36,7 +36,7 @@
3636
x:Key="QuerySuggestionBoxStyle"
3737
BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}"
3838
TargetType="{x:Type TextBox}">
39-
<Setter Property="Padding" Value="0 4 50 0" />
39+
<Setter Property="Padding" Value="0 0 50 0" />
4040
<Setter Property="Background" Value="Transparent" />
4141
<Setter Property="Height" Value="38" />
4242
<Setter Property="FontSize" Value="18" />

Flow.Launcher/Themes/Cyan Dark.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
x:Key="QueryBoxStyle"
3434
BasedOn="{StaticResource BaseQueryBoxStyle}"
3535
TargetType="{x:Type TextBox}">
36-
<Setter Property="Padding" Value="0,4,50,0" />
36+
<Setter Property="Padding" Value="0,0,50,0" />
3737
<Setter Property="CaretBrush" Value="#336766" />
3838
<Setter Property="Foreground" Value="#e7e9eb" />
3939
<Setter Property="FontSize" Value="18" />
@@ -44,7 +44,7 @@
4444
x:Key="QuerySuggestionBoxStyle"
4545
BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}"
4646
TargetType="{x:Type TextBox}">
47-
<Setter Property="Padding" Value="0,4,50,0" />
47+
<Setter Property="Padding" Value="0,0,50,0" />
4848
<Setter Property="Background" Value="Transparent" />
4949
<Setter Property="Height" Value="38" />
5050
<Setter Property="FontSize" Value="18" />

Flow.Launcher/Themes/Darker Glass.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
x:Key="QueryBoxStyle"
2222
BasedOn="{StaticResource BaseQueryBoxStyle}"
2323
TargetType="{x:Type TextBox}">
24-
<Setter Property="Padding" Value="0 4 50 0" />
24+
<Setter Property="Padding" Value="0 0 50 0" />
2525
<Setter Property="Foreground" Value="#dfe1e5" />
2626
<Setter Property="FontSize" Value="18" />
2727
<Setter Property="Height" Value="38" />
@@ -31,7 +31,7 @@
3131
x:Key="QuerySuggestionBoxStyle"
3232
BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}"
3333
TargetType="{x:Type TextBox}">
34-
<Setter Property="Padding" Value="0 4 50 0" />
34+
<Setter Property="Padding" Value="0 0 50 0" />
3535
<Setter Property="Background" Value="Transparent" />
3636
<Setter Property="Height" Value="38" />
3737
<Setter Property="FontSize" Value="18" />

Flow.Launcher/Themes/Dracula.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Setter Property="Foreground" Value="#f8f8f2" />
2222
<Setter Property="CaretBrush" Value="#ffb86c" />
2323
<Setter Property="FontSize" Value="26" />
24-
<Setter Property="Padding" Value="0,4,66,0" />
24+
<Setter Property="Padding" Value="0,0,66,0" />
2525
<Setter Property="Height" Value="42" />
2626
</Style>
2727
<Style
@@ -30,7 +30,7 @@
3030
TargetType="{x:Type TextBox}">
3131
<Setter Property="Foreground" Value="#6272a4" />
3232
<Setter Property="FontSize" Value="26" />
33-
<Setter Property="Padding" Value="0,4,66,0" />
33+
<Setter Property="Padding" Value="0,0,66,0" />
3434
<Setter Property="Height" Value="42" />
3535
</Style>
3636
<Style

Flow.Launcher/Themes/Midnight.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
x:Key="QueryBoxStyle"
1717
BasedOn="{StaticResource BaseQueryBoxStyle}"
1818
TargetType="{x:Type TextBox}">
19-
<Setter Property="Padding" Value="0 4 50 0" />
19+
<Setter Property="Padding" Value="0 0 50 0" />
2020
<Setter Property="Foreground" Value="#fbfdff" />
2121
<Setter Property="FontSize" Value="18" />
2222
<Setter Property="Height" Value="38" />
@@ -26,7 +26,7 @@
2626
x:Key="QuerySuggestionBoxStyle"
2727
BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}"
2828
TargetType="{x:Type TextBox}">
29-
<Setter Property="Padding" Value="0 4 50 0" />
29+
<Setter Property="Padding" Value="0 0 50 0" />
3030
<Setter Property="Background" Value="Transparent" />
3131
<Setter Property="Height" Value="38" />
3232
<Setter Property="FontSize" Value="18" />

Flow.Launcher/Themes/SlimLight.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
x:Key="QueryBoxStyle"
2828
BasedOn="{StaticResource BaseQueryBoxStyle}"
2929
TargetType="{x:Type TextBox}">
30-
<Setter Property="Padding" Value="0,2,42,0" />
30+
<Setter Property="Padding" Value="0,0,42,0" />
3131
<Setter Property="Foreground" Value="#282728" />
3232
<Setter Property="FontSize" Value="16" />
3333
<Setter Property="Height" Value="24" />
@@ -37,7 +37,7 @@
3737
x:Key="QuerySuggestionBoxStyle"
3838
BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}"
3939
TargetType="{x:Type TextBox}">
40-
<Setter Property="Padding" Value="0,2,42,0" />
40+
<Setter Property="Padding" Value="0,0,42,0" />
4141
<Setter Property="Background" Value="Transparent" />
4242
<Setter Property="Height" Value="24" />
4343
<Setter Property="FontSize" Value="16" />

Flow.Launcher/Themes/Sublime.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Setter Property="CaretBrush" Value="#FFAA47" />
2222
<Setter Property="FontSize" Value="26" />
2323
<Setter Property="Height" Value="42" />
24-
<Setter Property="Padding" Value="0,4,66,0" />
24+
<Setter Property="Padding" Value="0,0,66,0" />
2525
</Style>
2626
<Style
2727
x:Key="QuerySuggestionBoxStyle"
@@ -30,7 +30,7 @@
3030
<Setter Property="Foreground" Value="#798189" />
3131
<Setter Property="FontSize" Value="26" />
3232
<Setter Property="Height" Value="42" />
33-
<Setter Property="Padding" Value="0,4,66,0" />
33+
<Setter Property="Padding" Value="0,0,66,0" />
3434
</Style>
3535
<Style
3636
x:Key="WindowBorderStyle"

Flow.Launcher/Themes/Ubuntu.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
x:Key="QueryBoxStyle"
3333
BasedOn="{StaticResource BaseQueryBoxStyle}"
3434
TargetType="{x:Type TextBox}">
35-
<Setter Property="Padding" Value="0 4 50 0" />
35+
<Setter Property="Padding" Value="0 0 50 0" />
3636
<Setter Property="CaretBrush" Value="#fa7941" />
3737
<Setter Property="Foreground" Value="#ffffff" />
3838
<Setter Property="FontSize" Value="18" />
@@ -43,7 +43,7 @@
4343
x:Key="QuerySuggestionBoxStyle"
4444
BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}"
4545
TargetType="{x:Type TextBox}">
46-
<Setter Property="Padding" Value="0 4 50 0" />
46+
<Setter Property="Padding" Value="0 0 50 0" />
4747
<Setter Property="Background" Value="Transparent" />
4848
<Setter Property="Height" Value="38" />
4949
<Setter Property="FontSize" Value="18" />

Flow.Launcher/Themes/Win10System.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<Setter Property="FontSize" Value="22" />
3737
<Setter Property="Foreground" Value="{DynamicResource Color05B}" />
3838
<Setter Property="CaretBrush" Value="{DynamicResource Color05B}" />
39-
<Setter Property="Padding" Value="0 4 66 0" />
39+
<Setter Property="Padding" Value="0 0 66 0" />
4040
<Setter Property="Height" Value="42" />
4141
</Style>
4242
<Style
@@ -45,7 +45,7 @@
4545
TargetType="{x:Type TextBox}">
4646
<Setter Property="Foreground" Value="{DynamicResource QuerySuggestionBoxForeground}" />
4747
<Setter Property="FontSize" Value="22" />
48-
<Setter Property="Padding" Value="0 4 66 0" />
48+
<Setter Property="Padding" Value="0 0 66 0" />
4949
<Setter Property="Height" Value="42" />
5050
</Style>
5151
<Style

0 commit comments

Comments
 (0)