Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2015-08-14 13:01:28 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-08-14 13:01:28 +0300
commitdcfa6b97e3229c3398695f815708a72f029f93fb (patch)
tree542df3ff7a4220170138948b404acaf16e695060 /src/gui/folderstatusdelegate.cpp
parent593016718defbcf1e86f192af9458e3963a9f233 (diff)
Account Settings: add more margin on the overall text
Attempt to fix https://github.com/owncloud/client/issues/3584#issuecomment-131009787
Diffstat (limited to 'src/gui/folderstatusdelegate.cpp')
-rw-r--r--src/gui/folderstatusdelegate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folderstatusdelegate.cpp b/src/gui/folderstatusdelegate.cpp
index 698a378ea..b1b787e1a 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;