MediaCard: always centered

This commit is contained in:
ItsLemmy
2025-10-04 09:22:16 -04:00
parent f7e1fe4e0f
commit 6fee2ef826
+12 -1
View File
@@ -50,6 +50,12 @@ NBox {
visible: MediaService.currentPlayer && MediaService.canPlay
spacing: Style.marginM * scaling
Layout.alignment: Qt.AlignHCenter
Item {
Layout.fillWidth: true
Layout.fillHeight: true
}
// Player selector using NContextMenu
Rectangle {
@@ -341,5 +347,10 @@ NBox {
Layout.alignment: Qt.AlignHCenter
}
}
Item {
Layout.fillWidth: true
Layout.fillHeight: true
}
}
}
}