[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:03:03 UTC 2016
    
    
  
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=9c72056
The following commit has been merged in the master branch:
commit 9c720566f0ae32f1de5358cdae7a134e2841000a
Author: Stefan Eggers <coloncolonone at gmail.com>
Date:   Mon Jan 28 21:20:53 2013 +0000
    Fix height for local-xmpp list view
    
    The list item was slightly smaller than the containing list view for
    small font sizes. When it was selected there was a small strip below
    which didn't belong to the item and didn't change color. Fixed this.
    
    For really large fonts the list view didn't get high enough and thus
    got truncated. This gets fixed at the same time.
    
    REVIEW: 108153
    BUG: 309050
---
 src/kcm-telepathy-accounts.cpp | 1 +
 1 file changed, 1 insertion(+)
diff --git a/src/kcm-telepathy-accounts.cpp b/src/kcm-telepathy-accounts.cpp
index 06ae8ba..1645d62 100644
--- a/src/kcm-telepathy-accounts.cpp
+++ b/src/kcm-telepathy-accounts.cpp
@@ -151,6 +151,7 @@ KCMTelepathyAccounts::KCMTelepathyAccounts(QWidget *parent, const QVariantList&
 
     int height = salutDelegate->sizeHint(QStyleOptionViewItem(), m_salutFilterModel->index(0,0)).height() + 3*2;
     m_ui->salutListView->setMinimumHeight(height);
+    m_ui->salutListView->setMaximumHeight(height);
     m_ui->salutEnableFrame->setMinimumHeight(height);
 
     connect(accountsDelegate,
-- 
ktp-accounts-kcm packaging
    
    
More information about the pkg-kde-commits
mailing list