From 01654a40da349d461b1bc09e7a0cd248cd98e1d5 Mon Sep 17 00:00:00 2001 From: Treeki Date: Mon, 3 Sep 2012 02:16:17 +0200 Subject: how did I miss this the first time.. pane height can now be edited --- lspaneeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lspaneeditor.cpp b/lspaneeditor.cpp index 1f6ba11..3c4413d 100644 --- a/lspaneeditor.cpp +++ b/lspaneeditor.cpp @@ -332,7 +332,7 @@ void LSPaneEditor::handleWidthChanged(double value) { void LSPaneEditor::handleHeightChanged(double value) { if (!m_currentlyLoadingPane) { - m_pane->width = value; + m_pane->height = value; emit mustRedrawLayout(); } } -- cgit v1.2.3