Fix not eliding text in USerDetailDialog

Fix: #169
This commit is contained in:
Carl Schwan
2020-12-22 15:22:35 +01:00
parent f65b494422
commit dbc82b113b

View File

@@ -29,7 +29,11 @@ Kirigami.OverlaySheet {
topPadding: 0
header: Kirigami.Heading {
id: heading
text: i18nc("Account detail dialog", "Account detail - %1", displayName)
elide: Text.ElideRight
QQC2.ToolTip.visible: truncated && hovered
QQC2.ToolTip.text: text
}
contentItem: ColumnLayout {