[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91

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


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=9cffabf

The following commit has been merged in the master branch:
commit 9cffabf100c0818dd5f8ad55051065a62bd42592
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Fri Sep 23 02:04:56 2011 +0100

    tidy spacing in headers
---
 abstract-contact-delegate.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/abstract-contact-delegate.cpp b/abstract-contact-delegate.cpp
index ba62456..34e0d67 100644
--- a/abstract-contact-delegate.cpp
+++ b/abstract-contact-delegate.cpp
@@ -97,7 +97,7 @@ void AbstractContactDelegate::paintHeader(QPainter *painter, const QStyleOptionV
     groupLabelRect.setRight(groupLabelRect.right() - SPACING);
 
     QRect expandSignRect = groupLabelRect;
-    expandSignRect.setLeft(ACCOUNT_ICON_SIZE + (SPACING*3));
+    expandSignRect.setLeft(ACCOUNT_ICON_SIZE + (SPACING*5));
     expandSignRect.setRight(groupLabelRect.left() + 20); //keep it by the left side
 
     QFont groupFont = KGlobalSettings::smallestReadableFont();
@@ -135,7 +135,7 @@ void AbstractContactDelegate::paintHeader(QPainter *painter, const QStyleOptionV
 
     //show a horizontal line padding the header if there is any space left.
     if (groupNameWidth < textRect.width()) {
-        painter->drawLine(expandSignRect.right() + SPACING * 2,
+        painter->drawLine(expandSignRect.right() + SPACING * 4,
                           groupRect.y() + groupRect.height() / 2,
                           groupRect.width() - groupNameWidth - SPACING * 2,
                           groupRect.y() + groupRect.height() / 2);

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list