From 6abad06db237cb099c45f07896be9251649ed280 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 2 Sep 2020 18:12:26 -0400 Subject: [PATCH] increase width of frames view --- web/skins/classic/js/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/skins/classic/js/base.js b/web/skins/classic/js/base.js index 9fe5a9ebb..a3a99f773 100644 --- a/web/skins/classic/js/base.js +++ b/web/skins/classic/js/base.js @@ -41,7 +41,7 @@ var popupSizes = { 'export': {'width': 500, 'height': 640}, 'filter': {'width': 900, 'height': 700}, 'frame': {'addWidth': 32, 'minWidth': 384, 'addHeight': 200}, - 'frames': {'addWidth': 600, 'addHeight': 600}, + 'frames': {'addWidth': 800, 'addHeight': 600}, 'function': {'width': 350, 'height': 260}, 'group': {'width': 760, 'height': 600}, 'groups': {'width': 540, 'height': 420},