Merge PR #1033: Elide labels in Selection tabs

This commit is contained in:
jenkins 2023-05-24 20:02:13 +02:00
commit 345dc80384

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 {