set width and height of shutdown window

This commit is contained in:
Isaac Connor 2019-04-12 13:09:25 -04:00
parent 7b98dcbb94
commit 36336d67be
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ var popupSizes = {
'preset': {'width': 300, 'height': 220}, 'preset': {'width': 300, 'height': 220},
'server': {'width': 600, 'height': 405}, 'server': {'width': 600, 'height': 405},
'settings': {'width': 220, 'height': 235}, 'settings': {'width': 220, 'height': 235},
'shutdown': {'width': 400, 'height': 400},
'state': {'width': 400, 'height': 170}, 'state': {'width': 400, 'height': 170},
'stats': {'width': 840, 'height': 200}, 'stats': {'width': 840, 'height': 200},
'storage': {'width': 600, 'height': 405}, 'storage': {'width': 600, 'height': 405},