Fix invite icon size when room side pane collapsed
This commit is contained in:
parent
627a186700
commit
cc7fbc5ab7
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user