aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Touch
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2020-09-24 09:37:38 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2020-09-24 09:37:38 +0300
commit9ad450c87c6c729b899b156247efc46608100b0c (patch)
tree503f8b8faaeba71bed4e44be8c7b3d072110469f /Software/Visual_Studio/Tango.Touch
parent0a90e90de455e88f320b645ecb261e9d670ea43a (diff)
downloadTango-9ad450c87c6c729b899b156247efc46608100b0c.tar.gz
Tango-9ad450c87c6c729b899b156247efc46608100b0c.zip
Merge
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch')
-rw-r--r--Software/Visual_Studio/Tango.Touch/Controls/TouchNotificationBar.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/Controls/TouchNotificationBar.cs b/Software/Visual_Studio/Tango.Touch/Controls/TouchNotificationBar.cs
index 2710a1d27..dfb35ecbf 100644
--- a/Software/Visual_Studio/Tango.Touch/Controls/TouchNotificationBar.cs
+++ b/Software/Visual_Studio/Tango.Touch/Controls/TouchNotificationBar.cs
@@ -157,7 +157,7 @@ namespace Tango.Touch.Controls
private FrameworkElement GetLastNotification()
{
- return _items_control.ItemContainerGenerator.ContainerFromIndex(0) as FrameworkElement;
+ _border_drag.MaxHeight = ActualHeight;
}
private void TouchNotificationBar_Loaded(object sender, RoutedEventArgs e)