summaryrefslogtreecommitdiff
path: root/utils/themeeditor/skindocument.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/skindocument.cpp')
-rw-r--r--utils/themeeditor/skindocument.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/themeeditor/skindocument.cpp b/utils/themeeditor/skindocument.cpp
index 730d03a..80a4fa3 100644
--- a/utils/themeeditor/skindocument.cpp
+++ b/utils/themeeditor/skindocument.cpp
@@ -110,6 +110,7 @@ void SkinDocument::setupUI()
/* Setting up the text edit */
layout = new QHBoxLayout;
editor = new QPlainTextEdit(this);
+ editor->setLineWrapMode(QPlainTextEdit::NoWrap);
layout->addWidget(editor);
setLayout(layout);