Merge PR #1033: Elide labels in Selection tabs
This commit is contained in:
commit
345dc80384
@ -40,7 +40,10 @@ Rectangle {
|
|||||||
height: label.implicitHeight + Style.smallMargins
|
height: label.implicitHeight + Style.smallMargins
|
||||||
Label {
|
Label {
|
||||||
id: label
|
id: label
|
||||||
anchors.centerIn: parent
|
anchors.fill: parent
|
||||||
|
horizontalAlignment: Text.AlignHCenter
|
||||||
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
elide: Text.ElideRight
|
||||||
text: modelData
|
text: modelData
|
||||||
}
|
}
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
|||||||
Reference in New Issue
Block a user