Fix popup sizes in flat skins. Fixes #331
This commit is contained in:
parent
bc4630fddc
commit
5a2009a143
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
// Javascript window sizes
|
// Javascript window sizes
|
||||||
var popupSizes = {
|
var popupSizes = {
|
||||||
'bandwidth': { 'width': 200, 'height': 120 },
|
'bandwidth': { 'width': 260, 'height': 130 },
|
||||||
'console': { 'width': 750, 'height': 312 },
|
'console': { 'width': 750, 'height': 312 },
|
||||||
'control': { 'width': 380, 'height': 480 },
|
'control': { 'width': 380, 'height': 480 },
|
||||||
'controlcaps': { 'width': 780, 'height': 320 },
|
'controlcaps': { 'width': 780, 'height': 320 },
|
||||||
|
@ -43,25 +43,25 @@ var popupSizes = {
|
||||||
'frames': { 'width': 500, 'height': 300 },
|
'frames': { 'width': 500, 'height': 300 },
|
||||||
'function': { 'width': 248, 'height': 92 },
|
'function': { 'width': 248, 'height': 92 },
|
||||||
'group': { 'width': 360, 'height': 180 },
|
'group': { 'width': 360, 'height': 180 },
|
||||||
'groups': { 'width': 400, 'height': 220 },
|
'groups': { 'width': 460, 'height': 220 },
|
||||||
'image': { 'addWidth': 48, 'addHeight': 80 },
|
'image': { 'addWidth': 48, 'addHeight': 80 },
|
||||||
'log': { 'width': 980, 'height': 720 },
|
'log': { 'width': 980, 'height': 720 },
|
||||||
'login': { 'width': 720, 'height': 480 },
|
'login': { 'width': 720, 'height': 480 },
|
||||||
'logout': { 'width': 240, 'height': 100 },
|
'logout': { 'width': 240, 'height': 100 },
|
||||||
'monitor': { 'width': 380, 'height': 364 },
|
'monitor': { 'width': 480, 'height': 364 },
|
||||||
'monitorpreset':{ 'width': 400, 'height': 200 },
|
'monitorpreset':{ 'width': 400, 'height': 200 },
|
||||||
'monitorprobe': { 'width': 500, 'height': 240 },
|
'monitorprobe': { 'width': 500, 'height': 240 },
|
||||||
'monitorselect':{ 'width': 160, 'height': 200 },
|
'monitorselect':{ 'width': 160, 'height': 200 },
|
||||||
'montage': { 'width': -1, 'height': -1 },
|
'montage': { 'width': -1, 'height': -1 },
|
||||||
'optionhelp': { 'width': 400, 'height': 320 },
|
'optionhelp': { 'width': 400, 'height': 320 },
|
||||||
'options': { 'width': 960, 'height': 620 },
|
'options': { 'width': 1300, 'height': 620 },
|
||||||
'preset': { 'width': 300, 'height': 120 },
|
'preset': { 'width': 300, 'height': 120 },
|
||||||
'settings': { 'width': 200, 'height': 225 },
|
'settings': { 'width': 200, 'height': 225 },
|
||||||
'state': { 'width': 240, 'height': 124 },
|
'state': { 'width': 400, 'height': 154 },
|
||||||
'stats': { 'width': 740, 'height': 200 },
|
'stats': { 'width': 740, 'height': 200 },
|
||||||
'timeline': { 'width': 760, 'height': 540 },
|
'timeline': { 'width': 760, 'height': 540 },
|
||||||
'user': { 'width': 320, 'height': 420 },
|
'user': { 'width': 320, 'height': 420 },
|
||||||
'version': { 'width': 360, 'height': 140 },
|
'version': { 'width': 440, 'height': 160 },
|
||||||
'video': { 'width': 420, 'height': 360 },
|
'video': { 'width': 420, 'height': 360 },
|
||||||
'videoview': { 'addWidth': 48, 'addHeight': 80 },
|
'videoview': { 'addWidth': 48, 'addHeight': 80 },
|
||||||
'watch': { 'addWidth': 96, 'minWidth': 420, 'addHeight': 384 },
|
'watch': { 'addWidth': 96, 'minWidth': 420, 'addHeight': 384 },
|
||||||
|
|
Loading…
Reference in New Issue