Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Luka Grabarevic committed Jun 2, 2017
2 parents f2539bc + 31d2507 commit 9ee4ad1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion BuildsAppReborn.Client/Views/BuildsStatusView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,13 @@
VerticalAlignment="Center"
Text="{Binding CurrentBuild.Comment}"
TextTrimming="CharacterEllipsis"
TextWrapping="Wrap" />
TextWrapping="Wrap">
<TextBlock.ToolTip>
<TextBlock MaxWidth="800"
Text="{Binding CurrentBuild.Comment}"
TextWrapping="Wrap" />
</TextBlock.ToolTip>
</TextBlock>

</Grid>
</Grid>
Expand Down

0 comments on commit 9ee4ad1

Please sign in to comment.