Fix plugin installer description length

This commit is contained in:
ema
2024-12-17 22:11:56 +08:00
parent 374b85686d
commit 2999bd201e

View File

@@ -54,7 +54,8 @@
Grid.Row="5"
Grid.Column="1"
Padding="3"
Foreground="{DynamicResource WindowTextForegroundAlternative}">
Foreground="{DynamicResource WindowTextForegroundAlternative}"
TextWrapping="WrapWithOverflow">
I am a potato.
</TextBlock>
<Button x:Name="btnInstall"