Fix a few alignment issues in the hover menu

This commit is contained in:
Nicolas Werner 2022-03-09 19:39:25 +01:00
parent 64a939481a
commit fcfcf5573b
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 2 additions and 3 deletions

View File

@ -77,12 +77,11 @@ Item {
radius: padding
}
contentItem: Row {
contentItem: RowLayout {
id: row
property var model
anchors.centerIn: parent
spacing: messageActions.padding
Repeater {
@ -93,7 +92,7 @@ Item {
visible: chat.model ? chat.model.permissions.canSend(MtxEvent.Reaction) : false
height: fontMetrics.height
Layout.preferredHeight: fontMetrics.height
font.family: Settings.emojiFont
text: modelData