mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Don't add arbitrary padding
This breaks the vertical-centeredness on the close button.
This commit is contained in:
parent
f048caee69
commit
b5e25a8369
1 changed files with 1 additions and 2 deletions
|
@ -543,8 +543,7 @@ Page {
|
||||||
id: closeUnverifiedBubble
|
id: closeUnverifiedBubble
|
||||||
|
|
||||||
Layout.rightMargin: Nheko.paddingMedium
|
Layout.rightMargin: Nheko.paddingMedium
|
||||||
Layout.topMargin: Nheko.paddingMedium
|
Layout.alignment: Qt.AlignRight | Qt.AlignVCenter
|
||||||
Layout.alignment: Qt.AlignRight | Qt.AlignCenter
|
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
width: fontMetrics.font.pixelSize
|
width: fontMetrics.font.pixelSize
|
||||||
height: fontMetrics.font.pixelSize
|
height: fontMetrics.font.pixelSize
|
||||||
|
|
Loading…
Reference in a new issue