Browse Source
Merge pull request #4233 from maxkatz6/feature/fluent-theme-tidy-hide-header
Hide ComboBox Header container
pull/4226/head
danwalmsley
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/Avalonia.Themes.Fluent/ComboBox.xaml
|
|
|
@ -50,6 +50,7 @@ |
|
|
|
Grid.Row="0" |
|
|
|
Grid.Column="0" |
|
|
|
Grid.ColumnSpan="2" |
|
|
|
IsVisible="False" |
|
|
|
TextBlock.FontWeight="{DynamicResource ComboBoxHeaderThemeFontWeight}" |
|
|
|
Margin="{DynamicResource ComboBoxTopHeaderMargin}" |
|
|
|
VerticalAlignment="Top" /> |
|
|
|
|