mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 23:42:51 -05:00
@@ -110,7 +110,7 @@ StyledRect {
|
|||||||
Item {
|
Item {
|
||||||
id: headerRow
|
id: headerRow
|
||||||
width: parent.width
|
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
|
visible: root.hasHeader
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
|
|||||||
Reference in New Issue
Block a user