From bcc968deb1350d77a4da2ebe2810c51d546d90ec Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Mon, 21 Oct 2024 11:16:10 +0800 Subject: [PATCH] Add small top margin to shareview Fixes highlight of sharee search field with macOS styling Signed-off-by: Claudio Cambra --- src/gui/filedetails/ShareView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/filedetails/ShareView.qml b/src/gui/filedetails/ShareView.qml index 425e44280..d5c63e8d6 100644 --- a/src/gui/filedetails/ShareView.qml +++ b/src/gui/filedetails/ShareView.qml @@ -142,6 +142,7 @@ ColumnLayout { ShareeSearchField { id: shareeSearchField Layout.fillWidth: true + Layout.topMargin: Style.smallSpacing Layout.leftMargin: root.horizontalPadding Layout.rightMargin: root.horizontalPadding -- 2.30.2