From 42b065f04afffdae502b00383bafa9c925e309f8 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Mon, 7 Jun 2010 21:59:16 +0000 Subject: Theme Editor: Made status label a permanent widget and made editor highlight line that causes parse error git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26676 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/editorwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/themeeditor/editorwindow.cpp') diff --git a/utils/themeeditor/editorwindow.cpp b/utils/themeeditor/editorwindow.cpp index 23724ee1ad..cc2a0fb350 100644 --- a/utils/themeeditor/editorwindow.cpp +++ b/utils/themeeditor/editorwindow.cpp @@ -96,7 +96,7 @@ void EditorWindow::setupUI() /* Setting up the parse status label */ parseStatus = new QLabel(this); - ui->statusbar->addWidget(parseStatus); + ui->statusbar->addPermanentWidget(parseStatus); } -- cgit v1.2.3