From 699bcfd8e5881859454413b641b2afc0238449b5 Mon Sep 17 00:00:00 2001 From: DB p Date: Tue, 30 Nov 2021 16:38:21 +0900 Subject: [PATCH] add button and adjust color --- Flow.Launcher/WelcomeWindow.xaml | 41 ++++++++++++++++++++++++++--- Flow.Launcher/WelcomeWindow.xaml.cs | 28 ++++++++++++++++++++ 2 files changed, 65 insertions(+), 4 deletions(-) diff --git a/Flow.Launcher/WelcomeWindow.xaml b/Flow.Launcher/WelcomeWindow.xaml index e8fdba4d0..21137e159 100644 --- a/Flow.Launcher/WelcomeWindow.xaml +++ b/Flow.Launcher/WelcomeWindow.xaml @@ -5,15 +5,17 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:Flow.Launcher" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:ui="http://schemas.modernwpf.com/2019" Name="FlowWelcomeWindow" Title="Welcome to Flow Launcher" Width="550" Height="650" - Background="{DynamicResource PopuBGColor}" + Background="{DynamicResource Color00B}" Foreground="{DynamicResource PopupTextColor}" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" mc:Ignorable="d"> + @@ -70,14 +72,45 @@ - + + + + + + + + + + - + +