Add ptext wrapping and elision to description

This commit is contained in:
2022-09-01 20:14:49 -04:00
parent 6b54653572
commit 8b901251b8
+4
View File
@@ -55,6 +55,10 @@ TabView {
text: elementColumn.children[ySelect].provider.getShow(xSelect).description
font.pointSize: 13
color: "#cdd7d9"
width: tabView.parent.width * 0.6
wrapMode: Text.WordWrap
maximumLineCount: 4
elide: Text.ElideRight
}
}
}