summaryrefslogtreecommitdiffstats
path: root/utils/themeeditor/editorwindow.cpp
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-07 21:59:16 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-07 21:59:16 +0000
commit42b065f04afffdae502b00383bafa9c925e309f8 (patch)
treec4545ef3502dcd69f6854b517539844045cee167 /utils/themeeditor/editorwindow.cpp
parentfe0334394fc2d167ffa2bb2f8c15f82b91a5f22d (diff)
downloadrockbox-42b065f04afffdae502b00383bafa9c925e309f8.tar.gz
rockbox-42b065f04afffdae502b00383bafa9c925e309f8.zip
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
Diffstat (limited to 'utils/themeeditor/editorwindow.cpp')
-rw-r--r--utils/themeeditor/editorwindow.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}