Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/qadwaitadecorations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ QRectF QAdwaitaDecorations::buttonRect(Button button) const
xPos += ceButtonWidth * btnPos;
xPos += ceButtonSpacing * btnPos;
xPos += margins().left();
// We are painting from the left to the right so the real
// position doesn't need to by moved by the size of the button.
xPos -= ceButtonWidth;
}

yPos = margins().top();
Expand Down