Fix expand/collapse account button height
This commit is contained in:
parent
4872c3bf39
commit
463dca7c55
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user