diff options
author | Marcus Hoffmann <bubu@bubu1.eu> | 2023-02-21 14:26:22 +0100 |
---|---|---|
committer | Marcus Hoffmann <bubu@bubu1.eu> | 2023-02-21 14:29:14 +0100 |
commit | 7fe62aa4ca2be32c48e74765f8637070affe33b1 (patch) | |
tree | b187a5f7714b5658ea9be5e9d9af66691d01db89 | |
parent | UserProfile: fix status message overflowing (diff) | |
download | nheko-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>
-rw-r--r-- | resources/qml/dialogs/UserProfile.qml | 2 |
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 |