Don't add arbitrary padding

This breaks the vertical-centeredness on the close button.
This commit is contained in:
Loren Burkholder 2021-11-16 20:35:10 -05:00
parent f048caee69
commit b5e25a8369
1 changed files with 1 additions and 2 deletions

View File

@ -543,8 +543,7 @@ Page {
id: closeUnverifiedBubble
Layout.rightMargin: Nheko.paddingMedium
Layout.topMargin: Nheko.paddingMedium
Layout.alignment: Qt.AlignRight | Qt.AlignCenter
Layout.alignment: Qt.AlignRight | Qt.AlignVCenter
hoverEnabled: true
width: fontMetrics.font.pixelSize
height: fontMetrics.font.pixelSize