Fix expand/collapse account button height
This commit is contained in:
parent
4872c3bf39
commit
463dca7c55
|
@ -54,7 +54,7 @@ ColumnLayout {
|
||||||
id: "toggleExpand"
|
id: "toggleExpand"
|
||||||
iconName: roomList.visible ? "up" : "down"
|
iconName: roomList.visible ? "up" : "down"
|
||||||
Layout.maximumWidth: 28
|
Layout.maximumWidth: 28
|
||||||
Layout.maximumHeight: Layout.maximumWidth
|
Layout.minimumHeight: row.height
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
toggleExpand.ToolTip.hide()
|
toggleExpand.ToolTip.hide()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user