fix: fix some color inconsistency issue.

This commit is contained in:
rabbitism
2023-02-13 11:10:23 +08:00
parent 958a682f60
commit a3dfa43694
9 changed files with 28 additions and 14 deletions

View File

@@ -9,6 +9,7 @@
<ControlTheme x:Key="{x:Type controls:ColorItemControl}" TargetType="controls:ColorItemControl">
<Setter Property="controls:ColorItemControl.Width" Value="120" />
<Setter Property="controls:ColorItemControl.Height" Value="60" />
<Setter Property="controls:ColorItemControl.Cursor" Value="Hand" />
<Setter Property="controls:ColorItemControl.Template">
<ControlTemplate TargetType="controls:ColorItemControl">
<!-- -->