Fix invite icon size when room side pane collapsed

This commit is contained in:
miruka 2019-08-22 10:03:43 -04:00
parent 627a186700
commit cc7fbc5ab7

View File

@ -58,7 +58,9 @@ HColumnLayout {
HButton { HButton {
icon.name: "room-send-invite" icon.name: "room-send-invite"
iconItem.dimension: parent.height iconItem.dimension: parent.height - 10
topPadding: 0
bottomPadding: 0
toolTip.text: qsTr("Invite to this room") toolTip.text: qsTr("Invite to this room")
backgroundColor: theme.chat.roomSidePane.inviteButton.background backgroundColor: theme.chat.roomSidePane.inviteButton.background