Skip to content

Commit

Permalink
fix more issues from qml in share dialog
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <[email protected]>
  • Loading branch information
mgallien authored and backportbot[bot] committed Feb 13, 2024
1 parent 7f105b0 commit 5b86a51
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/gui/filedetails/ShareeSearchField.qml
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,7 @@ TextField {
interactive: true

highlight: Rectangle {
width: shareeListView.currentItem.width
height: shareeListView.currentItem.height
anchors.fill: shareeListView.currentItem
color: palette.highlight
}
highlightFollowsCurrentItem: true
Expand All @@ -200,8 +199,7 @@ TextField {

model: root.shareeModel
delegate: ShareeDelegate {
anchors.left: parent.left
anchors.right: parent.right
width: shareeListView.contentItem.width

enabled: model.type !== Sharee.LookupServerSearchResults
hoverEnabled: model.type !== Sharee.LookupServerSearchResults
Expand Down

0 comments on commit 5b86a51

Please sign in to comment.