Fix text clipping: remove global TextBlock LineHeight override (Avalonia LineHeight is absolute DIP, not multiplier)
This commit is contained in:
parent
6b0235fc3a
commit
46004d85d5
1 changed files with 0 additions and 1 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue