Display Name and message in separate line
Summary: Before: {F6176746} After: {F6176749} Reviewers: #kde_connect, sredman Reviewed By: #kde_connect, sredman Subscribers: sredman, kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D14636
This commit is contained in:
parent
628231ce98
commit
a1b5c4e2d9
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ Kirigami.ScrollablePage
|
|||
{
|
||||
hoverEnabled: true
|
||||
|
||||
label: i18n("<b>%1</b> - %2", display, toolTip)
|
||||
label: i18n("<b>%1</b> <br> %2", display, toolTip)
|
||||
icon: decoration
|
||||
function startChat() {
|
||||
applicationWindow().pageStack.push(chatView, {
|
||||
|
|
Loading…
Reference in a new issue