summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorMarcus Hoffmann <bubu@bubu1.eu>2023-02-21 14:26:22 +0100
committerMarcus Hoffmann <bubu@bubu1.eu>2023-02-21 14:29:14 +0100
commit7fe62aa4ca2be32c48e74765f8637070affe33b1 (patch)
treeb187a5f7714b5658ea9be5e9d9af66691d01db89 /resources
parentUserProfile: fix status message overflowing (diff)
downloadnheko-7fe62aa4ca2be32c48e74765f8637070affe33b1.tar.xz
UserProfile: add padding to device list
Add the same padding as is applied to long status messages.

Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/dialogs/UserProfile.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/dialogs/UserProfile.qml b/resources/qml/dialogs/UserProfile.qml
index c34ef2b5..75852245 100644
--- a/resources/qml/dialogs/UserProfile.qml
+++ b/resources/qml/dialogs/UserProfile.qml
@@ -317,6 +317,8 @@ ApplicationWindow {
             ColumnLayout {
                 spacing: 0
 
+                Layout.leftMargin: Nheko.paddingMedium
+                Layout.rightMargin: Nheko.paddingMedium
                 RowLayout {
                     Text {
                         Layout.fillWidth: true