diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-09-24 09:37:38 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-09-24 09:37:38 +0300 |
| commit | 9ad450c87c6c729b899b156247efc46608100b0c (patch) | |
| tree | 503f8b8faaeba71bed4e44be8c7b3d072110469f /Software/Visual_Studio | |
| parent | 0a90e90de455e88f320b645ecb261e9d670ea43a (diff) | |
| download | Tango-9ad450c87c6c729b899b156247efc46608100b0c.tar.gz Tango-9ad450c87c6c729b899b156247efc46608100b0c.zip | |
Merge
Diffstat (limited to 'Software/Visual_Studio')
| -rw-r--r-- | Software/Visual_Studio/Tango.Touch/Controls/TouchNotificationBar.cs | 2 |
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) |
