Merge pull request #4671 from nextcloud/enh/noid/use-em-dash

use an en-dash for the userstatus panel
This commit is contained in:
Simon L 2022-06-30 15:36:14 +02:00 committed by GitHub
commit 55465234b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -257,7 +257,7 @@ ColumnLayout {
internalSpacing: Style.standardSpacing + fieldButton.padding + userStatusMessageTextField.padding
emoji: userStatusSelectorModel.predefinedStatus(index).icon
text: "<b>" + userStatusSelectorModel.predefinedStatus(index).message + "</b> - " + userStatusSelectorModel.predefinedStatusClearAt(index)
text: "<b>" + userStatusSelectorModel.predefinedStatus(index).message + "</b> " + userStatusSelectorModel.predefinedStatusClearAt(index)
onClicked: userStatusSelectorModel.setPredefinedStatus(index)
}
}