diff options
Diffstat (limited to 'utils/themeeditor/editorwindow.cpp')
| -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); } |