summary refs log tree commit diff
diff options
context:
space:
mode:
-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