diff options
author | Marcus Hoffmann <bubu@bubu1.eu> | 2023-02-16 23:02:45 +0100 |
---|---|---|
committer | Marcus Hoffmann <bubu@bubu1.eu> | 2023-02-21 12:39:43 +0100 |
commit | 7c7a8d2d9ac0cf0f53771374db1af0cf84538fbb (patch) | |
tree | 6263f9a0bcd4d6f6609fb9e0314fc41191408e17 /resources | |
parent | UserProfile: display status message (diff) | |
download | nheko-7c7a8d2d9ac0cf0f53771374db1af0cf84538fbb.tar.xz |
UserProfile: reduce spacing by a bit
Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/qml/dialogs/UserProfile.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/dialogs/UserProfile.qml b/resources/qml/dialogs/UserProfile.qml index e20c7bc5..cf627a88 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 |