forked from len0rd/rockbox
Theme Editor: Made text editor scroll horizontally
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26651 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ffc1afc30d
commit
40e73255a9
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue