From d24db4ab10b26b7a6249d6ac631e36cf55e1e712 Mon Sep 17 00:00:00 2001 From: rabbitism Date: Tue, 23 Apr 2024 23:33:06 +0800 Subject: [PATCH] feat: fix max height. --- src/Ursa.Themes.Semi/Controls/TreeComboBox.axaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ursa.Themes.Semi/Controls/TreeComboBox.axaml b/src/Ursa.Themes.Semi/Controls/TreeComboBox.axaml index 33bfb0a..23d2641 100644 --- a/src/Ursa.Themes.Semi/Controls/TreeComboBox.axaml +++ b/src/Ursa.Themes.Semi/Controls/TreeComboBox.axaml @@ -102,7 +102,7 @@ Name="{x:Static iri:PartNames.PART_Popup}" Grid.Column="0" MinWidth="{Binding Bounds.Width, RelativeSource={RelativeSource TemplatedParent}}" - MinHeight="{TemplateBinding MaxDropDownHeight}" + MaxHeight="{TemplateBinding MaxDropDownHeight}" ClipToBounds="False" InheritsTransform="True" IsLightDismissEnabled="True"