Wordwrap text
svn path=/trunk/KDE/kdebase/workspace/; revision=746263
This commit is contained in:
parent
2e0197548a
commit
9f993fa74a
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ TrackMouseEffectConfig::TrackMouseEffectConfig(QWidget* parent, const QVariantLi
|
|||
|
||||
QVBoxLayout* layout = new QVBoxLayout(this);
|
||||
QLabel* label = new QLabel(i18n("Hold Ctrl+Meta keys to see where the mouse cursor is."), this);
|
||||
label->setWordWrap(true);
|
||||
layout->addWidget(label);
|
||||
|
||||
layout->addStretch();
|
||||
|
|
Loading…
Reference in a new issue