Fix expand/collapse account button height

This commit is contained in:
miruka 2019-03-27 16:43:25 -04:00
parent 4872c3bf39
commit 463dca7c55

View File

@ -54,7 +54,7 @@ ColumnLayout {
id: "toggleExpand"
iconName: roomList.visible ? "up" : "down"
Layout.maximumWidth: 28
Layout.maximumHeight: Layout.maximumWidth
Layout.minimumHeight: row.height
onClicked: {
toggleExpand.ToolTip.hide()