From 74d6eed20b4d22f5bd62df705473e0968cf67794 Mon Sep 17 00:00:00 2001 From: DB P Date: Sun, 13 Apr 2025 10:18:47 +0900 Subject: [PATCH] Adjust Combobox Control --- Flow.Launcher/Resources/CustomControlTemplate.xaml | 9 +++++---- Flow.Launcher/Resources/Dark.xaml | 3 ++- Flow.Launcher/Resources/Light.xaml | 6 +++++- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Flow.Launcher/Resources/CustomControlTemplate.xaml b/Flow.Launcher/Resources/CustomControlTemplate.xaml index 1ff6ca49c..7db579d42 100644 --- a/Flow.Launcher/Resources/CustomControlTemplate.xaml +++ b/Flow.Launcher/Resources/CustomControlTemplate.xaml @@ -1103,7 +1103,8 @@ IsOpen="{Binding IsDropDownOpen, RelativeSource={RelativeSource TemplatedParent}}" Placement="Bottom" PlacementTarget="{Binding ElementName=Background}" - PopupAnimation="None"> + PopupAnimation="None" + VerticalOffset="-1"> @@ -1127,7 +1128,7 @@ CornerRadius="{DynamicResource OverlayCornerRadius}"> - - + + diff --git a/Flow.Launcher/Resources/Dark.xaml b/Flow.Launcher/Resources/Dark.xaml index 594a92fbe..1d18787cd 100644 --- a/Flow.Launcher/Resources/Dark.xaml +++ b/Flow.Launcher/Resources/Dark.xaml @@ -159,6 +159,7 @@ + @@ -171,7 +172,7 @@ 1,1,1,1 0,0,0,0 - 1,1,1,1 + 1,1,1,0 1,1,1,1 diff --git a/Flow.Launcher/Resources/Light.xaml b/Flow.Launcher/Resources/Light.xaml index f6a5444b3..b2d051429 100644 --- a/Flow.Launcher/Resources/Light.xaml +++ b/Flow.Launcher/Resources/Light.xaml @@ -153,6 +153,10 @@ + @@ -165,7 +169,7 @@ 1,1,1,0 0,0,0,2 - 1,1,1,1 + 1,1,1,0 1,1,1,1