Center text in the Default Terminal dropdown (#19072)

This is a small UI fix so that we center the default terminal application ComboBox text.
This commit is contained in:
HO-COOH
2025-07-22 06:35:09 +08:00
committed by GitHub
parent 8c20d2052d
commit cb0289fff2

View File

@@ -116,6 +116,7 @@
<TextBlock Grid.Row="0"
Grid.Column="1"
Grid.ColumnSpan="2"
VerticalAlignment="Center"
AutomationProperties.AccessibilityView="Raw"
Text="{x:Bind Name}" />