MediaCard: New look courtesy of @pC with some tweaking.

This commit is contained in:
ItsLemmy
2025-10-06 21:47:18 -04:00
parent d48bd9f297
commit 7989bcf93b
2 changed files with 238 additions and 140 deletions
+2 -2
View File
@@ -124,8 +124,8 @@ ColumnLayout {
NText {
text: I18n.tr("system.scaling-percentage", {
"percentage": Math.round(scaleSlider.value * 100)
})
"percentage": Math.round(scaleSlider.value * 100)
})
Layout.preferredWidth: 55 * scaling
horizontalAlignment: Text.AlignRight
Layout.alignment: Qt.AlignVCenter