Elide labels in Selection tabs

This commit is contained in:
Michael Zanetti 2023-05-24 20:00:14 +02:00
parent 535901ea43
commit 4a8a793f95

View File

@ -40,7 +40,10 @@ Rectangle {
height: label.implicitHeight + Style.smallMargins
Label {
id: label
anchors.centerIn: parent
anchors.fill: parent
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
elide: Text.ElideRight
text: modelData
}
MouseArea {