smsapp/ConversationList: Set position for InlineMessage in header
This commit is contained in:
parent
6e630ec150
commit
c243dbf3d7
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ Kirigami.ScrollablePage
|
||||||
|
|
||||||
header: Kirigami.InlineMessage {
|
header: Kirigami.InlineMessage {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
position: Kirigami.InlineMessage.Header
|
||||||
visible: page.initialMessage.length > 0
|
visible: page.initialMessage.length > 0
|
||||||
text: i18nd("kdeconnect-sms", "Choose recipient")
|
text: i18nd("kdeconnect-sms", "Choose recipient")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue