From 00c70307adbbffa3abb0f7dbd2f663d4aadd7354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sun, 6 Mar 2016 19:23:22 +0100 Subject: [PATCH] fix(panel): fixed to panel height for text panel and unknown panel --- public/app/features/panel/panel_ctrl.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/panel/panel_ctrl.ts b/public/app/features/panel/panel_ctrl.ts index d3662a0b8e9..2385354fa91 100644 --- a/public/app/features/panel/panel_ctrl.ts +++ b/public/app/features/panel/panel_ctrl.ts @@ -47,6 +47,7 @@ export class PanelCtrl { init() { this.publishAppEvent('panel-instantiated', {scope: this.$scope}); + this.calculatePanelHeight(); this.refresh(); }