From adb00d82f1816a905c40294e4156b5ebc9cb79f7 Mon Sep 17 00:00:00 2001 From: DB p Date: Wed, 17 Nov 2021 00:28:42 +0900 Subject: [PATCH] Redesign About Page --- Flow.Launcher.Infrastructure/Constant.cs | 2 + Flow.Launcher/Languages/en.xaml | 2 +- Flow.Launcher/SettingWindow.xaml | 270 ++++++++++++++++------- Flow.Launcher/SettingWindow.xaml.cs | 10 + 4 files changed, 203 insertions(+), 81 deletions(-) diff --git a/Flow.Launcher.Infrastructure/Constant.cs b/Flow.Launcher.Infrastructure/Constant.cs index a5b89c300..594b51156 100644 --- a/Flow.Launcher.Infrastructure/Constant.cs +++ b/Flow.Launcher.Infrastructure/Constant.cs @@ -36,6 +36,8 @@ namespace Flow.Launcher.Infrastructure public const string DefaultTheme = "Darker"; public const string Themes = "Themes"; + public const string Settings = "Settings"; + public const string Logs = "Logs"; public const string Website = "https://flow-launcher.github.io"; } diff --git a/Flow.Launcher/Languages/en.xaml b/Flow.Launcher/Languages/en.xaml index 5ca6bdbfd..b8f214538 100644 --- a/Flow.Launcher/Languages/en.xaml +++ b/Flow.Launcher/Languages/en.xaml @@ -134,7 +134,7 @@ or go to https://github.com/Flow-Launcher/Flow.Launcher/releases to download updates manually. Release Notes - Usage Tips: + Usage Tips Select File Manager diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index ca8a32c90..e20621c4a 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -181,21 +181,36 @@ x:Name="Spacer" Width="Auto" Height="Auto" - Margin="16,0,8,8" + Margin="14,4,8,4" Padding="0,0,0,0" BorderBrush="Transparent" BorderThickness="0"> - + + + + + + @@ -207,6 +222,7 @@ + @@ -2300,78 +2316,172 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -