From 7c7a8d2d9ac0cf0f53771374db1af0cf84538fbb Mon Sep 17 00:00:00 2001
From: Marcus Hoffmann <bubu@bubu1.eu>
Date: Thu, 16 Feb 2023 23:02:45 +0100
Subject: [PATCH] UserProfile: reduce spacing by a bit

Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
---
 resources/qml/dialogs/UserProfile.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/qml/dialogs/UserProfile.qml b/resources/qml/dialogs/UserProfile.qml
index e20c7bc54..cf627a887 100644
--- a/resources/qml/dialogs/UserProfile.qml
+++ b/resources/qml/dialogs/UserProfile.qml
@@ -56,7 +56,7 @@ ApplicationWindow {
             id: contentL
 
             width: devicelist.width
-            spacing: 10
+            spacing: Nheko.paddingMedium
 
             Avatar {
                 id: displayAvatar
-- 
GitLab