|
|
@@ -1,14 +1,8 @@
|
|
|
-<Styles xmlns="https://github.com/avaloniaui"
|
|
|
+<Styles xmlns="https://github.com/avaloniaui"
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
x:CompileBindings="True"
|
|
|
xmlns:converters="using:Avalonia.Controls.Converters">
|
|
|
|
|
|
- <Design.PreviewWith>
|
|
|
- <Border Padding="20">
|
|
|
- <ColorSpectrum Width="256" Height="256" />
|
|
|
- </Border>
|
|
|
- </Design.PreviewWith>
|
|
|
-
|
|
|
<Styles.Resources>
|
|
|
<converters:EnumValueEqualsConverter x:Key="EnumValueEquals" />
|
|
|
<converters:CornerRadiusToDoubleConverter x:Key="TopLeftCornerRadius" Corner="TopLeft" />
|
|
|
@@ -136,5 +130,5 @@
|
|
|
<Setter Property="Width" Value="48" />
|
|
|
<Setter Property="Height" Value="48" />
|
|
|
</Style>
|
|
|
-
|
|
|
+
|
|
|
</Styles>
|