Account Settings: add more margin on the overall text

Attempt to fix https://github.com/owncloud/client/issues/3584#issuecomment-131009787
This commit is contained in:
Olivier Goffart 2015-08-14 12:01:28 +02:00
parent 593016718d
commit dcfa6b97e3

View file

@ -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;