Background blur: added warning about performance issue.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
pull/1/head
Mavridis Philippe 3 years ago
parent 47c761a5f0
commit d5aa6dae8a
No known key found for this signature in database
GPG Key ID: F8D2D7E2F989A494

@ -169,7 +169,7 @@ KomposePreferences::KomposePreferences()
page2Layout->addWidget(imageEffects);
blurBackground = new TQCheckBox(i18n("Blur desktop background"), page2);
TQString blurBackgroundHelp = i18n("Apply a Gaussian blur to the desktop background.");
TQString blurBackgroundHelp = i18n("Apply a Gaussian blur to the desktop background.\nMight make your machine considerably slower.");
TQWhatsThis::add( blurBackground, blurBackgroundHelp );
TQToolTip::add( blurBackground, blurBackgroundHelp );
page2Layout->addWidget(blurBackground);

Loading…
Cancel
Save