Add ptext wrapping and elision to description
This commit is contained in:
@@ -55,6 +55,10 @@ TabView {
|
|||||||
text: elementColumn.children[ySelect].provider.getShow(xSelect).description
|
text: elementColumn.children[ySelect].provider.getShow(xSelect).description
|
||||||
font.pointSize: 13
|
font.pointSize: 13
|
||||||
color: "#cdd7d9"
|
color: "#cdd7d9"
|
||||||
|
width: tabView.parent.width * 0.6
|
||||||
|
wrapMode: Text.WordWrap
|
||||||
|
maximumLineCount: 4
|
||||||
|
elide: Text.ElideRight
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user