wrap/elide: use Layout.fillWidth when possible

This commit is contained in:
miruka
2019-07-16 05:08:27 -04:00
parent 7f46bafc9e
commit d5dd1292ff
8 changed files with 18 additions and 21 deletions

View File

@@ -38,7 +38,7 @@ HHighlightRectangle {
elide: Text.ElideRight
verticalAlignment: Qt.AlignVCenter
Layout.maximumWidth: parent.width
Layout.fillWidth: true
}
}
}