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:
parent
fe0334394f
commit
42b065f04a
6 changed files with 58 additions and 4 deletions
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue