[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:02:07 UTC 2016


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

The following commit has been merged in the master branch:
commit 35faf9964dade14d2647f4dfa26c41766f25284b
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Mon Apr 23 14:51:45 2012 +0200

    Fix vsize for salut delegate
---
 src/kcm-telepathy-accounts.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/kcm-telepathy-accounts.cpp b/src/kcm-telepathy-accounts.cpp
index 8e7ac24..b588137 100644
--- a/src/kcm-telepathy-accounts.cpp
+++ b/src/kcm-telepathy-accounts.cpp
@@ -134,7 +134,7 @@ KCMTelepathyAccounts::KCMTelepathyAccounts(QWidget *parent, const QVariantList&
     AccountsListDelegate* salutDelegate = new AccountsListDelegate(m_ui->salutListView, this);
     m_ui->salutListView->setItemDelegate(salutDelegate);
 
-    int height = salutDelegate->sizeHint(QStyleOptionViewItem(), m_salutFilterModel->index(0,0)).height() + 4*2;
+    int height = salutDelegate->sizeHint(QStyleOptionViewItem(), m_salutFilterModel->index(0,0)).height() + 3*2;
     m_ui->salutListView->setMinimumHeight(height);
     m_ui->salutEnableFrame->setMinimumHeight(height);
 

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list