From b1c8fa30acaa3906191f8ec1d6f614b8787dab42 Mon Sep 17 00:00:00 2001 From: DB p Date: Thu, 3 Nov 2022 19:44:32 +0900 Subject: [PATCH] Adjust Layout --- Flow.Launcher/SettingWindow.xaml | 105 +++++++++++++++------------- Flow.Launcher/SettingWindow.xaml.cs | 6 ++ 2 files changed, 64 insertions(+), 47 deletions(-) diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 0f5efac62..4118e5654 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -130,6 +130,7 @@ + - + - + @@ -1510,17 +1522,15 @@ - + @@ -1727,9 +1737,10 @@ - + + diff --git a/Flow.Launcher/SettingWindow.xaml.cs b/Flow.Launcher/SettingWindow.xaml.cs index f66dc6b95..dfddd137b 100644 --- a/Flow.Launcher/SettingWindow.xaml.cs +++ b/Flow.Launcher/SettingWindow.xaml.cs @@ -8,7 +8,9 @@ using Flow.Launcher.Plugin; using Flow.Launcher.Plugin.SharedCommands; using Flow.Launcher.ViewModel; using ModernWpf; +using ModernWpf.Controls; using System; +using System.Drawing.Printing; using System.IO; using System.Windows; using System.Windows.Controls.Primitives; @@ -17,6 +19,7 @@ using System.Windows.Forms; using System.Windows.Input; using System.Windows.Interop; using System.Windows.Navigation; +using static System.Windows.Forms.VisualStyles.VisualStyleElement.Window; using Button = System.Windows.Controls.Button; using Control = System.Windows.Controls.Control; using KeyEventArgs = System.Windows.Input.KeyEventArgs; @@ -425,6 +428,9 @@ namespace Flow.Launcher } } + private void ShowStoreItem_Click(object sender, RoutedEventArgs e) + { + } private void RefreshPluginStoreEventHandler(object sender, RoutedEventArgs e) { if (pluginStoreFilterTxb.Text != lastPluginStoreSearch)