summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-12-07 13:09:41 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2022-12-07 13:09:41 +0100
commit40a7d58ce1eff68d3b5ef21629663249851a5b39 (patch)
tree11aa2e0f096654845c61f668f7024a78ce04b195 /resources/qml
parentProperly check for target room encryption (diff)
downloadnheko-40a7d58ce1eff68d3b5ef21629663249851a5b39.tar.xz
fix squish
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/TopBar.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/TopBar.qml b/resources/qml/TopBar.qml

index bdf19bf9..5d65f3bc 100644 --- a/resources/qml/TopBar.qml +++ b/resources/qml/TopBar.qml
@@ -225,7 +225,7 @@ Pane { Layout.row: 1 Layout.rowSpan: 2 Layout.preferredHeight: Nheko.avatarSize - Nheko.paddingMedium - Layout.maximumWidth: Nheko.avatarSize - Nheko.paddingMedium + Layout.preferredWidth: Nheko.avatarSize - Nheko.paddingMedium contentItem: EncryptionIndicator { encrypted: isEncrypted