Increase height of storage popup for Enabled

This commit is contained in:
Isaac Connor 2020-03-04 10:48:02 -05:00
parent ac00ca0ad8
commit 9f696186a8
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ var popupSizes = {
'shutdown': {'width': 400, 'height': 400},
'state': {'width': 400, 'height': 170},
'stats': {'width': 840, 'height': 200},
'storage': {'width': 600, 'height': 405},
'storage': {'width': 600, 'height': 425},
'timeline': {'width': 760, 'height': 540},
'user': {'width': 460, 'height': 720},
'version': {'width': 360, 'height': 210},

View File

@ -63,7 +63,7 @@ var popupSizes = {
'settings': {'width': 220, 'height': 225},
'state': {'width': 370, 'height': 134},
'stats': {'width': 840, 'height': 200},
'storage': {'width': 600, 'height': 405},
'storage': {'width': 600, 'height': 425},
'timeline': {'width': 760, 'height': 540},
'user': {'width': 360, 'height': 720},
'version': {'width': 360, 'height': 140},