From 1edcc859945bdd85e498911c57695e38e6d612ac Mon Sep 17 00:00:00 2001 From: DB p Date: Mon, 6 Dec 2021 13:03:29 +0900 Subject: [PATCH] Adjust Window Layout and Color Add Select Button Fix Setting Item --- Flow.Launcher/SelectBrowserWindow.xaml | 431 ++++++++++++++----------- Flow.Launcher/SettingWindow.xaml | 137 ++++---- 2 files changed, 322 insertions(+), 246 deletions(-) diff --git a/Flow.Launcher/SelectBrowserWindow.xaml b/Flow.Launcher/SelectBrowserWindow.xaml index e8855f942..a402ddb23 100644 --- a/Flow.Launcher/SelectBrowserWindow.xaml +++ b/Flow.Launcher/SelectBrowserWindow.xaml @@ -7,203 +7,266 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:ui="http://schemas.modernwpf.com/2019" Title="{DynamicResource defaultBrowserTitle}" - Background="#f3f3f3" + Width="550" + Background="{DynamicResource PopuBGColor}" DataContext="{Binding RelativeSource={RelativeSource Self}}" + Foreground="{DynamicResource PopupTextColor}" ResizeMode="NoResize" - SizeToContent="WidthAndHeight" + SizeToContent="Height" WindowStartupLocation="CenterScreen" mc:Ignorable="d"> - + + + + - - - - - - - - - - - - - - - - - - - + + + + + - - - - - - - - - - - - - - - - - New Tab - New Window - - - + + + + + + + + + + + + + + + + + + + + New Tab + New Window + + + + + + + - - - - + + + + + + diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 8c7b34e9c..11d48235e 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -52,9 +52,15 @@ - + - + @@ -90,7 +96,10 @@ - - @@ -241,19 +253,21 @@ - - + + @@ -311,19 +325,21 @@ - - + + @@ -796,38 +812,35 @@ Content="{Binding Settings.CustomExplorer.Name}" /> - -  - - - - - - - - - - - -