mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue