From 7fe62aa4ca2be32c48e74765f8637070affe33b1 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Tue, 21 Feb 2023 14:26:22 +0100 Subject: [PATCH] UserProfile: add padding to device list Add the same padding as is applied to long status messages. Signed-off-by: Marcus Hoffmann --- resources/qml/dialogs/UserProfile.qml | 2 ++ 1 file changed, 2 insertions(+) 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