From 4d766405bcae949940fade2cbbf3687aa3157897 Mon Sep 17 00:00:00 2001 From: DB p Date: Thu, 28 Oct 2021 10:38:01 +0900 Subject: [PATCH 1/3] - change the 'browse more theme' in theme setting, to 'how to create theme' - change the hyperlink - add 'how to create theme' string in english. - change string 'browseMoreThemes' text 'Browser for more themes' to 'Theme gallery'. It will use later. --- Flow.Launcher/Languages/en.xaml | 3 ++- Flow.Launcher/SettingWindow.xaml | 2 +- Flow.Launcher/ViewModel/SettingWindowViewModel.cs | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Flow.Launcher/Languages/en.xaml b/Flow.Launcher/Languages/en.xaml index 051891a2b9f..570e4c86e5c 100644 --- a/Flow.Launcher/Languages/en.xaml +++ b/Flow.Launcher/Languages/en.xaml @@ -68,7 +68,8 @@ Theme - Browse for more themes + Theme Gallery + How to create a theme Hi There Query Box Font Result Item Font diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index ac613864444..1a5db5e0ccb 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -1176,7 +1176,7 @@ - + diff --git a/Flow.Launcher/ViewModel/SettingWindowViewModel.cs b/Flow.Launcher/ViewModel/SettingWindowViewModel.cs index dde540b0c78..bfaddb701d6 100644 --- a/Flow.Launcher/ViewModel/SettingWindowViewModel.cs +++ b/Flow.Launcher/ViewModel/SettingWindowViewModel.cs @@ -272,7 +272,7 @@ public async Task RefreshExternalPluginsAsync() #region theme - public static string Theme => @"http://www.wox.one/theme/builder"; + public static string Theme => @"https://flow-launcher.github.io/docs/#/how-to-create-a-theme"; public string SelectedTheme { From fdcab6904f2b2e0acae661b973212fc99a6af7e4 Mon Sep 17 00:00:00 2001 From: DB p Date: Thu, 28 Oct 2021 20:14:06 +0900 Subject: [PATCH 2/3] add ScrollViewer.CanContentScroll="False" --- Flow.Launcher/SettingWindow.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 1a5db5e0ccb..33495e960d1 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -644,7 +644,7 @@ - Date: Thu, 28 Oct 2021 13:19:26 -0500 Subject: [PATCH 3/3] Format code Add new line for property for better format --- Flow.Launcher/SettingWindow.xaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 33495e960d1..3a2d4f31149 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -644,7 +644,8 @@ - - \ No newline at end of file +