[Pkg-owncloud-commits] [owncloud-client] 71/120: Account Settings: add more margin on the overall text

Sandro Knauß hefee-guest at moszumanska.debian.org
Mon Aug 24 00:02:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit dcfa6b97e3229c3398695f815708a72f029f93fb
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Fri Aug 14 12:01:28 2015 +0200

    Account Settings: add more margin on the overall text
    
    Attempt to fix https://github.com/owncloud/client/issues/3584#issuecomment-131009787
---
 src/gui/folderstatusdelegate.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gui/folderstatusdelegate.cpp b/src/gui/folderstatusdelegate.cpp
index 698a378..b1b787e 100644
--- a/src/gui/folderstatusdelegate.cpp
+++ b/src/gui/folderstatusdelegate.cpp
@@ -285,7 +285,7 @@ void FolderStatusDelegate::paint(QPainter *painter, const QStyleOptionViewItem &
         pBRect.setTop( h );
         pBRect.setLeft( nextToIcon );
         pBRect.setHeight(barHeight);
-        pBRect.setWidth( overallWidth - progressTextWidth - margin );
+        pBRect.setWidth( overallWidth - progressTextWidth - 2 * margin );
 
         QStyleOptionProgressBarV2 pBarOpt;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list