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 backportbot[bot] committed Nov 18, 2024
1 parent 2ae81b2 commit bda27f7
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 bda27f7

Please sign in to comment.