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:
Коммит
3257f6a98b
|
@ -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),
|
||||
|
|
Загрузка…
Ссылка в новой задаче