1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

settings: fix desktop widget accordion row height

fixes #1214
This commit is contained in:
bbedward
2025-12-30 10:56:20 -05:00
parent 45ba64ab02
commit d95d516d64

View File

@@ -110,7 +110,7 @@ StyledRect {
Item {
id: headerRow
width: parent.width
height: root.hasHeader ? Math.max(headerIcon.height, headerText.height) : 0
height: root.hasHeader ? Math.max(headerIcon.height, headerText.height, headerActionsRow.height) : 0
visible: root.hasHeader
Row {