aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-10-28 13:48:14 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-10-28 13:48:14 +0200
commit29a25a41d5ead7d13bd918d97e15ed864cc6e92d (patch)
treec00d93be672d38791225cacfa4e2ca5229979969 /Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications
parentc6b4f708c15b4b1369927b8d32317005d0058f08 (diff)
downloadTango-29a25a41d5ead7d13bd918d97e15ed864cc6e92d.tar.gz
Tango-29a25a41d5ead7d13bd918d97e15ed864cc6e92d.zip
Notification bar improvement.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications/NotificationItems/MessageNotificationItemView.xaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications/NotificationItems/MessageNotificationItemView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications/NotificationItems/MessageNotificationItemView.xaml
index f48f52ab9..cab40e50e 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications/NotificationItems/MessageNotificationItemView.xaml
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications/NotificationItems/MessageNotificationItemView.xaml
@@ -111,11 +111,11 @@
</touch:TouchIcon.Style>
</touch:TouchIcon>
- <StackPanel Margin="10 5 0 5" VerticalAlignment="Center">
+ <StackPanel Margin="10 5 40 5" VerticalAlignment="Center">
<TextBlock Text="{Binding Message}" TextTrimming="CharacterEllipsis" TextWrapping="Wrap" Foreground="Black" VerticalAlignment="Center" ></TextBlock>
- <TextBlock Margin="0 5 0 0" Foreground="{StaticResource TangoDarkForegroundBrush}" Text="{Binding ExpandedMessage}" TextWrapping="Wrap" VerticalAlignment="Center" >
+ <TextBlock Margin="0 5 0 0" Foreground="{StaticResource TangoDarkForegroundBrush}" Text="{Binding ExpandedMessage}" FontSize="{StaticResource TangoSmallFontSize}" TextWrapping="Wrap" VerticalAlignment="Center" >
<!--<TextBlock.Opacity>
<MultiBinding Converter="{StaticResource heightToOpacityConverter}">
<Binding Path="ActualHeight" ElementName="MessageNotificationItemControl" />