Make Run's BaselineAlignment set globally

This commit is contained in:
Tyrrrz
2026-02-27 18:31:40 +02:00
parent 675d910ea3
commit 951c1e4613
3 changed files with 63 additions and 65 deletions

View File

@@ -116,6 +116,11 @@
</Style>
</Style>
<!-- Run -->
<Style Selector="Run">
<Setter Property="BaselineAlignment" Value="Center" />
</Style>
<!-- Text box -->
<Style Selector="TextBox">
<Setter Property="FontSize" Value="14" />