mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
Merge pull request #4671 from nextcloud/enh/noid/use-em-dash
use an en-dash for the userstatus panel
This commit is contained in:
commit
55465234b0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue