From 8e6af08b4df3f8b7c3bd01038e0338f071e6a7fb Mon Sep 17 00:00:00 2001 From: DB p Date: Mon, 5 Sep 2022 13:47:16 +0900 Subject: [PATCH] Add Clock/Date Format Combobox UI in settingswindow --- Flow.Launcher/SettingWindow.xaml | 38 +++++++++++++++++++++++++---- Flow.Launcher/SettingWindow.xaml.cs | 5 ++++ 2 files changed, 38 insertions(+), 5 deletions(-) diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 88b80a89f..ca310fce8 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -1897,13 +1897,27 @@ - + + + @@ -1921,13 +1935,27 @@ + + + diff --git a/Flow.Launcher/SettingWindow.xaml.cs b/Flow.Launcher/SettingWindow.xaml.cs index 10c9aeffe..452538485 100644 --- a/Flow.Launcher/SettingWindow.xaml.cs +++ b/Flow.Launcher/SettingWindow.xaml.cs @@ -348,5 +348,10 @@ namespace Flow.Launcher { Plugins.ScrollIntoView(Plugins.SelectedItem); } + + private void ColorSchemeSelectedIndexChanged(object sender, SelectionChangedEventArgs e) + { + + } } }