From 060a7c3bf73d040fddfb50ac3772c8b356762a1c Mon Sep 17 00:00:00 2001 From: rabbitism Date: Thu, 9 Feb 2023 20:16:43 +0800 Subject: [PATCH] fix: fix nuemricupdown inner content in flyout. --- .../Controls/ColorPicker.axaml | 42 +++++++++++++++---- 1 file changed, 34 insertions(+), 8 deletions(-) diff --git a/src/Semi.Avalonia.ColorPicker/Controls/ColorPicker.axaml b/src/Semi.Avalonia.ColorPicker/Controls/ColorPicker.axaml index 2ff2d82..970fada 100644 --- a/src/Semi.Avalonia.ColorPicker/Controls/ColorPicker.axaml +++ b/src/Semi.Avalonia.ColorPicker/Controls/ColorPicker.axaml @@ -68,9 +68,41 @@ Note the only changes are resources specific to the ColorPicker. --> + RowDefinitions="*,Auto" + Tag="{TemplateBinding ColorModel}"> + + + + + + + + + + + + - - - - + Value="{Binding Value, ElementName=Component1Slider}" />