diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-07 21:59:16 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-07 21:59:16 +0000 |
| commit | 42b065f04afffdae502b00383bafa9c925e309f8 (patch) | |
| tree | c4545ef3502dcd69f6854b517539844045cee167 /utils/themeeditor/editorwindow.cpp | |
| parent | fe0334394fc2d167ffa2bb2f8c15f82b91a5f22d (diff) | |
| download | rockbox-42b065f04afffdae502b00383bafa9c925e309f8.zip rockbox-42b065f04afffdae502b00383bafa9c925e309f8.tar.gz rockbox-42b065f04afffdae502b00383bafa9c925e309f8.tar.bz2 rockbox-42b065f04afffdae502b00383bafa9c925e309f8.tar.xz | |
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 '')
| -rw-r--r-- | utils/themeeditor/editorwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/editorwindow.cpp b/utils/themeeditor/editorwindow.cpp index 23724ee..cc2a0fb 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); } |