Skip to content

Commit

Permalink
Add margin to sync progress text.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Ayres <[email protected]>
  • Loading branch information
camilasan committed Jul 5, 2024
1 parent aca1223 commit 9cfdf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/folderstatusdelegate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ void FolderStatusDelegate::paint(QPainter *painter, const QStyleOptionViewItem &

// More detailed sync progress
QRect itemStringRect;
itemStringRect.setTop(overallProgressRect.bottom());
itemStringRect.setTop(overallProgressRect.bottom() + margin);
itemStringRect.setHeight(fileNameTextHeight);
itemStringRect.setLeft(overallProgressRect.left());
itemStringRect.setWidth(overallProgressRect.width());
Expand Down

0 comments on commit 9cfdf46

Please sign in to comment.