Move TypingIndicator to the right side

So that it's less likely to cover message text.
This commit is contained in:
Noah Davis
2021-05-27 14:07:57 -04:00
parent 3d251b9b25
commit 8a55db4eb8
2 changed files with 5 additions and 6 deletions

View File

@@ -18,7 +18,6 @@ Loader {
sourceComponent: Pane {
id: typingPane
clip: true
leftPadding: Kirigami.Units.largeSpacing
rightPadding: Kirigami.Units.largeSpacing
topPadding: Kirigami.Units.smallSpacing
@@ -94,9 +93,9 @@ Loader {
}
}
leftInset: mirrored ? 0 : -3
rightInset: mirrored ? -3 : 0
bottomInset: -3
leftInset: !mirrored ? 0 : -background.radius
rightInset: mirrored ? 0 : -background.radius
bottomInset: -background.radius
background: Rectangle {
radius: 3
color: Kirigami.Theme.backgroundColor