Skip to content

Commit bda27f7

Browse files
claucambrabackportbot[bot]
authored andcommitted
Add small top margin to shareview
Fixes highlight of sharee search field with macOS styling Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
1 parent 2ae81b2 commit bda27f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/filedetails/ShareView.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ ColumnLayout {
142142
ShareeSearchField {
143143
id: shareeSearchField
144144
Layout.fillWidth: true
145+
Layout.topMargin: Style.smallSpacing
145146
Layout.leftMargin: root.horizontalPadding
146147
Layout.rightMargin: root.horizontalPadding
147148

0 commit comments

Comments
 (0)