Increase height of storage popup for Enabled
This commit is contained in:
parent
ac00ca0ad8
commit
9f696186a8
|
@ -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},
|
||||
|
|
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue