[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:01:52 UTC 2016


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

The following commit has been merged in the master branch:
commit c8ef5be106857b6833d6cecac6c76f7e68dceec5
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Mon Feb 27 23:57:23 2012 +0100

    Set word wrap to true for labels
---
 src/edit-display-name-button.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/edit-display-name-button.cpp b/src/edit-display-name-button.cpp
index e3365dd..eb3e3f6 100644
--- a/src/edit-display-name-button.cpp
+++ b/src/edit-display-name-button.cpp
@@ -71,6 +71,7 @@ EditDisplayNameDialog::EditDisplayNameDialog(Tp::AccountPtr account,
     QHBoxLayout *topLayout = new QHBoxLayout(this);
 
     QLabel *topLabel = new QLabel(i18n("Choose a new display name for your account"), this);
+    topLabel->setWordWrap(true);
     QFont font = topLabel->font();
     font.setBold(true);
     topLabel->setFont(font);
@@ -89,6 +90,7 @@ EditDisplayNameDialog::EditDisplayNameDialog(Tp::AccountPtr account,
     mainLayout->addWidget(m_displayNameLineEdit);
 
     QLabel *bottomLabel = new QLabel(i18n("A display name is your local alias for the account, only you will see it."), this);
+    bottomLabel->setWordWrap(true);
     mainLayout->addWidget(bottomLabel);
 
     QWidget * mainWidget = new QWidget(this);

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list