From 40e73255a9469c0f1509122d7dd20a10df340a5b Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Mon, 7 Jun 2010 08:05:52 +0000 Subject: Theme Editor: Made text editor scroll horizontally git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26651 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/skindocument.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/themeeditor/skindocument.cpp') 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); -- cgit v1.1