Skip to content

Commit

Permalink
Add Make some tooltips multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas694 committed Jan 9, 2024
1 parent 975800a commit 55b8c0c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
Grid.Row="0"
Content="{TemplateBinding Title}"
FontWeight="SemiBold" />
<Label Grid.Row="1" Content="{TemplateBinding Description}" />
<Label Grid.Row="1" Height="Auto" Width="Auto" MaxWidth="420">
<AccessText TextWrapping="Wrap" Text="{TemplateBinding Description}">
</AccessText>
</Label>
</Grid>
</ControlTemplate>
</Setter.Value>
Expand Down

0 comments on commit 55b8c0c

Please sign in to comment.