diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-10-11 18:43:01 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-10-11 18:43:01 +0300 |
| commit | ffc9932efa42c9485b9d0d53ee0b0602690f1c46 (patch) | |
| tree | 2447962b6329de8ce153896c8a18a31dad2559bf /Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications | |
| parent | b8e83094d2a83708a985b44de0cb838a13c52cc2 (diff) | |
| download | Tango-ffc9932efa42c9485b9d0d53ee0b0602690f1c46.tar.gz Tango-ffc9932efa42c9485b9d0d53ee0b0602690f1c46.zip | |
Some improvements to notification bar.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications/NotificationItems/MessageNotificationItemView.xaml | 2 |
1 files changed, 1 insertions, 1 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 a6df8876e..f48f52ab9 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 @@ -8,7 +8,7 @@ xmlns:common="clr-namespace:Tango.PPC.Common.Converters" mc:Ignorable="d" x:Name="MessageNotificationItemControl" - d:DesignHeight="60" d:DesignWidth="800" d:DataContext="{d:DesignInstance Type=local:MessageNotificationItem, IsDesignTimeCreatable=False}" MinHeight="90" MaxHeight="150" Background="White"> + d:DesignHeight="60" d:DesignWidth="800" d:DataContext="{d:DesignInstance Type=local:MessageNotificationItem, IsDesignTimeCreatable=False}" MinHeight="90" Height="90" MaxHeight="150" Background="White"> <UserControl.Resources> <common:HeightToOpacityConverter x:Key="heightToOpacityConverter" /> |
