Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma Mobile
Angelfish
Commits
1f3e2b51
Verified
Commit
1f3e2b51
authored
Oct 21, 2019
by
Jonah Brüchert
Browse files
Completion: Add background
parent
bdcaa01f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/Completion.qml
View file @
1f3e2b51
...
...
@@ -28,6 +28,10 @@ import org.kde.kirigami 2.5 as Kirigami
Controls.ScrollView
{
id
:
completion
background
:
Rectangle
{
color
:
Kirigami
.
Theme
.
backgroundColor
}
property
string
searchText
property
alias
model
:
listView
.
model
property
alias
count
:
listView
.
count
...
...
src/contents/ui/webbrowser.qml
View file @
1f3e2b51
...
...
@@ -318,6 +318,9 @@ Kirigami.ApplicationWindow {
Completion
{
id
:
completion
z
:
-
1
model
:
UrlFilterProxyModel
{
id
:
urlFilter
sourceModel
:
browserManager
.
history
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment