Max Katz
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
src/Avalonia.Themes.Simple/Controls/ComboBox.xaml
|
|
|
@ -58,7 +58,8 @@ |
|
|
|
IsLightDismissEnabled="True" |
|
|
|
IsOpen="{TemplateBinding IsDropDownOpen, |
|
|
|
Mode=TwoWay}" |
|
|
|
PlacementTarget="{TemplateBinding}"> |
|
|
|
PlacementTarget="{TemplateBinding}" |
|
|
|
InheritsTransform="True"> |
|
|
|
<Border Background="{DynamicResource ThemeBackgroundBrush}" |
|
|
|
BorderBrush="{DynamicResource ThemeBorderMidBrush}" |
|
|
|
BorderThickness="1"> |
|
|
|
|