From a146d702dd982f9e7637e3ae243641b51e327abf Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 12 Jan 2023 13:42:56 -0600 Subject: [PATCH] some unit size changes --- src/qml/presenter/Library.qml | 3 ++- src/qml/presenter/ServiceList.qml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/qml/presenter/Library.qml b/src/qml/presenter/Library.qml index b58f22f..33ad83e 100644 --- a/src/qml/presenter/Library.qml +++ b/src/qml/presenter/Library.qml @@ -40,6 +40,7 @@ Item { anchors.verticalCenter: parent.verticalCenter elide: Text.ElideLeft text: "Songs" + font.pixelSize: Kirigami.Units.gridUnit } Controls.Label { @@ -48,7 +49,7 @@ Item { verticalCenter: songLabel.verticalCenter leftMargin: 15} text: songsqlmodel.rowCount() - font.pixelSize: 15 + font.pixelSize: Kirigami.Units.gridUnit color: Kirigami.Theme.disabledTextColor } diff --git a/src/qml/presenter/ServiceList.qml b/src/qml/presenter/ServiceList.qml index 1c996cb..eb56c29 100644 --- a/src/qml/presenter/ServiceList.qml +++ b/src/qml/presenter/ServiceList.qml @@ -154,6 +154,7 @@ Item { anchors.verticalCenter: parent.verticalCenter anchors.leftMargin: 5 text: name + font.pixelSize: Kirigami.Units.gridUnit elide: Text.ElideRight width: parent.width - trailing.width - dragHandle.width - 15 color: { @@ -170,6 +171,7 @@ Item { anchors.right: parent.right anchors.verticalCenter: parent.verticalCenter anchors.rightMargin: 5 + font.pixelSize: Kirigami.Units.gridUnit text: type color: { if (selected ||