Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for images:i586
openSUSE:12.2:ARM
kdebase4-workspace
kdm-wordbreak.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kdm-wordbreak.diff of Package kdebase4-workspace
Index: kdm/kfrontend/kfdialog.cpp =================================================================== --- kdm/kfrontend/kfdialog.cpp.orig 2010-08-05 18:55:46.000000000 +0200 +++ kdm/kfrontend/kfdialog.cpp 2010-11-21 20:47:03.524842955 +0100 @@ -28,6 +28,7 @@ Foundation, Inc., 51 Franklin Street, Fi #include <KGuiItem> #include <KPushButton> +#include <KGlobalSettings> #include <QApplication> #include <QDesktopWidget> @@ -172,6 +173,9 @@ KFMsgBox::KFMsgBox(QWidget *parent, QMes QLabel *label1 = new QLabel(this); label1->setPixmap(QMessageBox::standardIcon(type)); QLabel *label2 = new QLabel(text, this); + QRect d = KGlobalSettings::desktopGeometry(this); + if ( label2->fontMetrics().size( 0, text).width() > d.width() * 3 / 5) + label2->setWordWrap( true ); KPushButton *button = new KPushButton(KStandardGuiItem::ok(), this); button->setDefault(true); button->setSizePolicy(QSizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred));
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor