Fix text clipping: remove global TextBlock LineHeight override (Avalonia LineHeight is absolute DIP, not multiplier)

This commit is contained in:
Codex CLI 2025-08-27 16:29:44 -05:00
commit 46004d85d5

View file

@ -20,7 +20,6 @@
<Style Selector="TextBlock">
<Setter Property="TextElement.FontSize" Value="{DynamicResource FontSizeBase}"/>
<Setter Property="TextWrapping" Value="Wrap"/>
<Setter Property="LineHeight" Value="{DynamicResource LineHeightBase}"/>
</Style>
<!-- Subtle caption text helper -->