1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Robert Bieber 2010-06-07 21:59:16 +00:00
parent fe0334394f
commit 42b065f04a
6 changed files with 58 additions and 4 deletions

View file

@ -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);
}