Skip to content

Commit

Permalink
Prevent ComboBox borders getting cut off.
Browse files Browse the repository at this point in the history
  • Loading branch information
grokys committed Jul 11, 2022
1 parent 534ccd8 commit 20b2bc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Avalonia.Themes.Fluent/Controls/ComboBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@
Background="{DynamicResource ComboBoxDropDownBackground}"
BorderBrush="{DynamicResource ComboBoxDropDownBorderBrush}"
BorderThickness="{DynamicResource ComboBoxDropdownBorderThickness}"
Margin="0,-1,0,-1"
Padding="{DynamicResource ComboBoxDropdownBorderPadding}"
HorizontalAlignment="Stretch"
CornerRadius="{DynamicResource OverlayCornerRadius}">
Expand Down

0 comments on commit 20b2bc2

Please sign in to comment.