some unit size changes

This commit is contained in:
Chris Cochrun 2023-01-12 13:42:56 -06:00
parent 8e57630973
commit a146d702dd
2 changed files with 4 additions and 1 deletions

View file

@ -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 ||