Skip to content
Snippets Groups Projects
Commit c2fa6558 authored by hluk's avatar hluk
Browse files

itemfakevim: Fix status bar style


Signed-off-by: default avatarLukas Holecek <hluk@email.cz>
parent 26b1da99
No related branches found
No related tags found
No related merge requests found
......@@ -629,6 +629,7 @@ bool installEditor(QAbstractScrollArea *textEdit, const QString &sourceFileName,
wrapper->setTextCursor( QTextCursor(wrapper->document()) );
QStatusBar *statusBar = new QStatusBar(textEdit);
statusBar->setObjectName("item_child");
const auto layout = textEdit->parentWidget()->layout();
if (layout)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment