Skip to content

Commit cb0289f

Browse files
authored
Center text in the Default Terminal dropdown (#19072)
This is a small UI fix so that we center the default terminal application ComboBox text.
1 parent 8c20d20 commit cb0289f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cascadia/TerminalSettingsEditor/Launch.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
<TextBlock Grid.Row="0"
117117
Grid.Column="1"
118118
Grid.ColumnSpan="2"
119+
VerticalAlignment="Center"
119120
AutomationProperties.AccessibilityView="Raw"
120121
Text="{x:Bind Name}" />
121122

0 commit comments

Comments
 (0)