From a10238a54d4a065010072784fcc7fce536fb12a3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 18 Oct 2012 20:09:17 +0300 Subject: Fix height in text command editor. --- src/gui/textcommandeditor.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/gui/textcommandeditor.cpp b/src/gui/textcommandeditor.cpp index 8dcfe01b3..eddb49180 100644 --- a/src/gui/textcommandeditor.cpp +++ b/src/gui/textcommandeditor.cpp @@ -287,6 +287,8 @@ TextCommandEditor::TextCommandEditor(TextCommand *const command) : setWidth(w); setHeight(h); + reflowLayout(w); + center(); enableVisibleSound(true); -- cgit v1.2.3-60-g2f50