From 688ac1de9aeff4c13d67b4901e082f4b5cb5d28d Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Thu, 5 Dec 2024 12:06:00 +0100 Subject: [PATCH] =?UTF-8?q?ColorPicker=20vollst=C3=A4ndig=20+=20Delete=20B?= =?UTF-8?q?utton?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BeWo/View/Controls/Utils/ColorPicker.xaml | 30 +++++++++++++++----- BeWo/View/Controls/Utils/ColorPicker.xaml.cs | 18 ++++++++---- 2 files changed, 36 insertions(+), 12 deletions(-) diff --git a/BeWo/View/Controls/Utils/ColorPicker.xaml b/BeWo/View/Controls/Utils/ColorPicker.xaml index c1e810156..292422873 100644 --- a/BeWo/View/Controls/Utils/ColorPicker.xaml +++ b/BeWo/View/Controls/Utils/ColorPicker.xaml @@ -2,25 +2,41 @@ x:Class="BeWo.View.Controls.Utils.ColorPicker" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:controls="clr-namespace:BeWo.Controls.Controls;assembly=BeWo.Controls" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" - xmlns:diagnostics="clr-namespace:System.Diagnostics;assembly=WindowsBase" xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core" - xmlns:local="clr-namespace:BeWo.View.Controls.Utils" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" x:Name="root" - d:DesignHeight="50" d:DesignWidth="100" mc:Ignorable="d"> + +