From 0a35810d04eb84470b29c237feaf82883a060975 Mon Sep 17 00:00:00 2001 From: DB p Date: Fri, 10 Dec 2021 09:21:55 +0900 Subject: [PATCH] Adjust label width in CustomQueryHotkey Change Done Button Style to Accent --- Flow.Launcher/CustomQueryHotkeySetting.xaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Flow.Launcher/CustomQueryHotkeySetting.xaml b/Flow.Launcher/CustomQueryHotkeySetting.xaml index 4ba55b110..b69af88c7 100644 --- a/Flow.Launcher/CustomQueryHotkeySetting.xaml +++ b/Flow.Launcher/CustomQueryHotkeySetting.xaml @@ -82,7 +82,7 @@ @@ -151,7 +151,8 @@ Width="100" Height="32" Margin="5,0,10,0" - Click="btnAdd_OnClick"> + Click="btnAdd_OnClick" + Style="{StaticResource AccentButtonStyle}">