Wordwrap text

svn path=/trunk/KDE/kdebase/workspace/; revision=746263
icc-effect-5.14.5
Laurent Montel 2007-12-08 13:44:44 +00:00
parent 2e0197548a
commit 9f993fa74a
1 changed files with 1 additions and 0 deletions

View File

@ -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();