set word wrap mode to nowrap in examples frame
This commit is contained in:
parent
8a1fe99fd3
commit
4e79843150
|
@ -17,6 +17,7 @@ Frame::Frame(QWidget *parent)
|
|||
|
||||
_edit->setTextInteractionFlags(Qt::TextBrowserInteraction);
|
||||
_edit->setFont(font);
|
||||
_edit->setWordWrapMode(QTextOption::NoWrap);
|
||||
_layout->addWidget(_edit);
|
||||
|
||||
_layout->setStretch(0, 1);
|
||||
|
|
Loading…
Reference in New Issue