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"> + +