[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:00:33 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=f3b20aa

The following commit has been merged in the master branch:
commit f3b20aa8e48ab0f8708f3ad83eacf2221606d212
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Wed Nov 2 11:50:30 2011 +0100

    Use word wrapping in auto-generated UI
    
    BUG: 201667
---
 src/KCMTelepathyAccounts/parameter-edit-delegate.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/KCMTelepathyAccounts/parameter-edit-delegate.cpp b/src/KCMTelepathyAccounts/parameter-edit-delegate.cpp
index 945de6a..9241736 100644
--- a/src/KCMTelepathyAccounts/parameter-edit-delegate.cpp
+++ b/src/KCMTelepathyAccounts/parameter-edit-delegate.cpp
@@ -77,6 +77,7 @@ void ParameterEditDelegate::updateItemWidgets(const QList<QWidget*> widgets,
     QLabel *nameLabel = qobject_cast<QLabel*>(widgets.at(0));
 
     nameLabel->setText(index.model()->data(index, ParameterEditModel::LocalizedNameRole).toString());
+    nameLabel->setWordWrap(true);
     nameLabel->move(margin, 0);
     nameLabel->resize(QSize(((right - (4 * margin)) / 2), option.rect.height()));
 

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list