Skip to content

Commit

Permalink
Add small top margin to shareview
Browse files Browse the repository at this point in the history
Fixes highlight of sharee search field with macOS styling

Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra authored and mgallien committed Nov 18, 2024
1 parent 0561a14 commit bcc968d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/filedetails/ShareView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ ColumnLayout {
ShareeSearchField {
id: shareeSearchField
Layout.fillWidth: true
Layout.topMargin: Style.smallSpacing
Layout.leftMargin: root.horizontalPadding
Layout.rightMargin: root.horizontalPadding

Expand Down

0 comments on commit bcc968d

Please sign in to comment.