Skip to content

Commit 1ffec31

Browse files
committed
centered place holder text in combobox
1 parent 09867be commit 1ffec31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Material.Styles/Resources/Themes/ComboBox.axaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
<Panel Name="PART_InnerPanel" HorizontalAlignment="Left">
6060
<TextBlock Name="PART_PlaceholderText"
6161
Text="{TemplateBinding PlaceholderText}"
62+
VerticalAlignment="Center"
6263
Foreground="{TemplateBinding PlaceholderForeground}" />
6364

6465
<ContentPresenter Name="PART_ContentPresenter"

0 commit comments

Comments
 (0)