Add ellipses to "Remove" button in space hierarchy
This can be somewhat unclear if NeoChat prompts you (it does!) CCBUG: 497044
This commit is contained in:
@@ -120,7 +120,7 @@ Item {
|
|||||||
}
|
}
|
||||||
QQC2.ToolButton {
|
QQC2.ToolButton {
|
||||||
visible: root.canRemove
|
visible: root.canRemove
|
||||||
text: i18nc("@button", "Remove")
|
text: i18nc("@button", "Remove…")
|
||||||
icon.name: "list-remove"
|
icon.name: "list-remove"
|
||||||
display: QQC2.AbstractButton.IconOnly
|
display: QQC2.AbstractButton.IconOnly
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
|||||||
Reference in New Issue
Block a user