From 096d142cb3f0b285db5e1f95bd63b3800c52989f Mon Sep 17 00:00:00 2001 From: Dobin Park Date: Sat, 9 Oct 2021 10:34:07 +0900 Subject: [PATCH] - Add expander style to resource dictionary - Adjust Plugin page --- Flow.Launcher/App.xaml | 221 +++++++++++++++++++++++++++++++ Flow.Launcher/SettingWindow.xaml | 55 ++++---- 2 files changed, 248 insertions(+), 28 deletions(-) diff --git a/Flow.Launcher/App.xaml b/Flow.Launcher/App.xaml index 18addac73..1311de968 100644 --- a/Flow.Launcher/App.xaml +++ b/Flow.Launcher/App.xaml @@ -6,6 +6,227 @@ Startup="OnStartupAsync"> + + + + + + + + diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index dcf5343f0..cdf243127 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -191,9 +191,9 @@