Make box smaller on store builds (not tested

This commit is contained in:
Charles Milette 2017-10-07 17:31:10 -04:00
parent 0d6af0b337
commit 204d6c2fa2
No known key found for this signature in database
GPG key ID: 9BC74CC51CB137CE

View file

@ -130,6 +130,7 @@ private void UpdateControls()
// Integration
#if WindowsStore
gbWindows.Height = 56;
cbShellContextMenu.Visible = false;
cbSendToMenu.Visible = false;
gbChrome.Visible = false;