Skip to content

Commit

Permalink
Limit the tooltip width of Ports (#9813)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiyunShang authored and QilongTang committed Jun 25, 2019
1 parent 8d9805e commit 6049ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DynamoCoreWpf/UI/Themes/Modern/Ports.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<Grid.ToolTip>
<dynui:DynamoToolTip AttachmentSide="{Binding Path=PortType, Converter={StaticResource PortToAttachmentConverter}}" Style="{DynamicResource ResourceKey=SLightToolTip}">
<Grid>
<TextBlock Text="{Binding Path=ToolTipContent}"></TextBlock>
<TextBlock MaxWidth="320" TextWrapping="Wrap" Text="{Binding Path=ToolTipContent}"></TextBlock>
</Grid>
</dynui:DynamoToolTip>
</Grid.ToolTip>
Expand Down

0 comments on commit 6049ec9

Please sign in to comment.