Skip to content
Snippets Groups Projects
Commit b5e25a83 authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Don't add arbitrary padding

This breaks the vertical-centeredness on the close button.
parent f048caee
No related branches found
No related tags found
No related merge requests found
Pipeline #2084 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment