From ed526e3486b40114b51bb792c987d3246e199725 Mon Sep 17 00:00:00 2001 From: DB p Date: Mon, 9 Jan 2023 10:42:05 +0900 Subject: [PATCH] - Fix ImageIcon Size when Selected Situation - Fix Preview in setting window - Add ImageIcon Width property --- Flow.Launcher/MainWindow.xaml | 27 +++--- Flow.Launcher/ResultListBox.xaml | 139 +++++++++++++------------------ Flow.Launcher/SettingWindow.xaml | 4 +- Flow.Launcher/Themes/Base.xaml | 21 +++-- 4 files changed, 87 insertions(+), 104 deletions(-) diff --git a/Flow.Launcher/MainWindow.xaml b/Flow.Launcher/MainWindow.xaml index 6ef8353d3..a9554da34 100644 --- a/Flow.Launcher/MainWindow.xaml +++ b/Flow.Launcher/MainWindow.xaml @@ -9,11 +9,11 @@ xmlns:svgc="http://sharpvectors.codeplex.com/svgc/" xmlns:ui="http://schemas.modernwpf.com/2019" xmlns:vm="clr-namespace:Flow.Launcher.ViewModel" - d:DataContext="{d:DesignInstance Type=vm:MainViewModel}" Name="FlowMainWindow" Title="Flow Launcher" MinWidth="{Binding MainWindowWidth, Mode=OneWay}" MaxWidth="{Binding MainWindowWidth, Mode=OneWay}" + d:DataContext="{d:DesignInstance Type=vm:MainViewModel}" AllowDrop="True" AllowsTransparency="True" Background="Transparent" @@ -38,9 +38,9 @@ - - - + + + @@ -180,11 +180,11 @@ + Modifiers="Ctrl" /> + Modifiers="{Binding PreviewHotkey, Converter={StaticResource StringToKeyBindingConverter}, ConverterParameter='modifiers'}" /> @@ -207,12 +207,12 @@ @@ -273,9 +273,6 @@ - - diff --git a/Flow.Launcher/ResultListBox.xaml b/Flow.Launcher/ResultListBox.xaml index b2ab4a287..dd3fb63ec 100644 --- a/Flow.Launcher/ResultListBox.xaml +++ b/Flow.Launcher/ResultListBox.xaml @@ -1,4 +1,5 @@ - - - + - + - - - + - + @@ -91,37 +91,37 @@ - - - - + - + - + @@ -129,11 +129,13 @@ - - - - + - - - - - - - - - - - + + + + + + @@ -231,28 +217,24 @@ + + + +