Merge pull request #16 from FormalDeterminism/win10fullscreen

Fixed a few pixels of the Windows 10 taskbar displaying below the window
This commit is contained in:
Scott Hanselman 2017-05-02 10:40:53 -07:00 коммит произвёл GitHub
Родитель 98db75ec55 cf03b2db0d
Коммит 3257f6a98b
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -127,6 +127,7 @@ namespace BabySmash
Width = s.WorkingArea.Width,
Height = s.WorkingArea.Height,
WindowStyle = WindowStyle.None,
ResizeMode = ResizeMode.NoResize,
Topmost = true,
AllowsTransparency = Settings.Default.TransparentBackground,
Background = (Settings.Default.TransparentBackground ? new SolidColorBrush(Color.FromArgb(1, 0, 0, 0)) : Brushes.WhiteSmoke),