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
8f99ff25
Verified
Commit
8f99ff25
authored
Oct 26, 2019
by
Jonah Brüchert
Browse files
Another attempt to fix the completion glitch
Needs some more testing
parent
c62d0793
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/webbrowser.qml
View file @
8f99ff25
...
...
@@ -299,6 +299,8 @@ Kirigami.ApplicationWindow {
id
:
navigation
navigationShown
:
!
webappcontainer
&&
webBrowser
.
visibility
!==
Window
.
FullScreen
z
:
2
Kirigami.Theme.colorSet
:
rootPage
.
privateMode
?
Kirigami
.
Theme
.
Complementary
:
Kirigami
.
Theme
.
Window
layer.enabled
:
navigation
.
visible
...
...
@@ -322,7 +324,7 @@ Kirigami.ApplicationWindow {
Completion
{
id
:
completion
z
:
-
1
z
:
1
model
:
UrlFilterProxyModel
{
id
:
urlFilter
...
...
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