summaryrefslogtreecommitdiff
path: root/utils/themeeditor/editorwindow.cpp
diff options
context:
space:
mode:
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()
96 96
97 /* Setting up the parse status label */ 97 /* Setting up the parse status label */
98 parseStatus = new QLabel(this); 98 parseStatus = new QLabel(this);
99 ui->statusbar->addWidget(parseStatus); 99 ui->statusbar->addPermanentWidget(parseStatus);
100 100
101} 101}
102 102