From 817bcf0871513f5aae39d95835ef894397935944 Mon Sep 17 00:00:00 2001 From: rb111 Date: Thu, 1 Jun 2017 18:00:07 +0200 Subject: [PATCH] add always shown tooltip for checkin comment. tooltips should be shown everywhere, where text is ellipsed or cut and only then ... --- BuildsAppReborn.Client/Views/BuildsStatusView.xaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/BuildsAppReborn.Client/Views/BuildsStatusView.xaml b/BuildsAppReborn.Client/Views/BuildsStatusView.xaml index d2b7e03..4c55545 100644 --- a/BuildsAppReborn.Client/Views/BuildsStatusView.xaml +++ b/BuildsAppReborn.Client/Views/BuildsStatusView.xaml @@ -245,7 +245,13 @@ VerticalAlignment="Center" Text="{Binding CurrentBuild.Comment}" TextTrimming="CharacterEllipsis" - TextWrapping="Wrap" /> + TextWrapping="Wrap"> + + + +