From fdd2eb0d3e48826f090036bcafcc2d8849d9fef5 Mon Sep 17 00:00:00 2001 From: lilia Date: Wed, 20 May 2015 11:49:53 -0700 Subject: [PATCH] Make conversation windows taller --- js/panel_controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/panel_controller.js b/js/panel_controller.js index 691a24cdba..1468308b30 100644 --- a/js/panel_controller.js +++ b/js/panel_controller.js @@ -87,7 +87,7 @@ type: 'panel', focused: true, width: 300, - height: 420 + height: 440 }, function (windowInfo) { windowMap.add({ windowId: windowInfo.id, modelId: modelId });