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>
This commit is contained in:
Marcus Hoffmann 2023-02-21 14:26:22 +01:00
parent 4c328193ce
commit 7fe62aa4ca

View file

@ -317,6 +317,8 @@ ApplicationWindow {
ColumnLayout {
spacing: 0
Layout.leftMargin: Nheko.paddingMedium
Layout.rightMargin: Nheko.paddingMedium
RowLayout {
Text {
Layout.fillWidth: true