Skip to content
Snippets Groups Projects
Commit b1f83974 authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Add border to Completer to distinguish it from the window

parent 3508ed56
No related branches found
No related tags found
No related merge requests found
Pipeline #450 passed
......@@ -57,9 +57,9 @@ Popup {
completer = undefined;
}
}
padding: 0
padding: 1
onAboutToShow: currentIndex = -1
height: listView.contentHeight
height: listView.contentHeight + 2 // + 2 for the padding on top and bottom
Connections {
onTimelineChanged: completer = null
......@@ -183,6 +183,8 @@ Popup {
color: colors.base
implicitHeight: popup.contentHeight
implicitWidth: popup.contentWidth
// colors.text should always contrast nicely with the window background
border.color: colors.text
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment