From a9f7935b329ffaae74f39274809bbb2f71ee86ca Mon Sep 17 00:00:00 2001 From: DB p Date: Fri, 24 May 2024 00:06:54 +0900 Subject: [PATCH 1/4] Fix Binding at Theme (Preview Area) --- .../SettingPages/Views/SettingsPaneTheme.xaml | 151 +++++++++--------- 1 file changed, 78 insertions(+), 73 deletions(-) diff --git a/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml b/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml index 3b581767c10..65d59e8596f 100644 --- a/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml +++ b/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml @@ -4,12 +4,12 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:cc="clr-namespace:Flow.Launcher.Resources.Controls" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" + xmlns:ext="clr-namespace:Flow.Launcher.Resources.MarkupExtensions" xmlns:flowlauncher="clr-namespace:Flow.Launcher" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:ui="http://schemas.modernwpf.com/2019" xmlns:userSettings="clr-namespace:Flow.Launcher.Infrastructure.UserSettings;assembly=Flow.Launcher.Infrastructure" xmlns:viewModels="clr-namespace:Flow.Launcher.SettingPages.ViewModels" - xmlns:ext="clr-namespace:Flow.Launcher.Resources.MarkupExtensions" Title="Theme" d:DataContext="{d:DesignInstance viewModels:SettingsPaneThemeViewModel}" d:DesignHeight="450" @@ -25,22 +25,22 @@ - + - + - + - + - + - + - + + - + + Margin="0,4,0,0" + Icon="" + Sub="{DynamicResource shadowEffectCPUUsage}"> - + - + @@ -179,7 +181,7 @@ Margin="0" Padding="0" HorizontalAlignment="Stretch" - BorderThickness="1 0 1 1" + BorderThickness="1,0,1,1" CornerRadius="0 0 5 5" Style="{DynamicResource SettingGroupBox}">