From fdf9d0b5ecb1d5f82db1863df21c0a0878a5a781 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Tue, 30 Mar 2021 15:08:25 -0400 Subject: [PATCH] fix blank sync settings --- ui/app/AppLayouts/Profile/Sections/DevicesContainer.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Profile/Sections/DevicesContainer.qml b/ui/app/AppLayouts/Profile/Sections/DevicesContainer.qml index 5e39def6fe..d7964fae64 100644 --- a/ui/app/AppLayouts/Profile/Sections/DevicesContainer.qml +++ b/ui/app/AppLayouts/Profile/Sections/DevicesContainer.qml @@ -55,7 +55,7 @@ Item { id: advertiseDeviceItem anchors.left: syncContainer.left anchors.leftMargin: Style.current.padding - anchors.top: parent.bottom + anchors.top: parent.top anchors.topMargin: Style.current.padding anchors.right: syncContainer.right anchors.rightMargin: Style.current.padding