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 committed Oct 21, 2024
1 parent 3a49114 commit 3c983db
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 3c983db

Please sign in to comment.