set width and height of shutdown window
This commit is contained in:
parent
7b98dcbb94
commit
36336d67be
|
@ -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},
|
||||||
|
|
Loading…
Reference in New Issue