Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma Mobile
Angelfish
Commits
94181d23
Verified
Commit
94181d23
authored
Feb 19, 2020
by
Jonah Brüchert
🌳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify NavigationEntrySheet
parent
84d30c2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
src/contents/ui/NavigationEntrySheet.qml
src/contents/ui/NavigationEntrySheet.qml
+0
-6
No files found.
src/contents/ui/NavigationEntrySheet.qml
View file @
94181d23
...
...
@@ -44,9 +44,6 @@ Controls.Drawer {
property
int
fullHeight
:
0.9
*
rootPage
.
height
property
bool
openedState
:
false
property
Item
urlInput
property
Item
listView
contentHeight
:
fullHeight
-
topPadding
-
bottomPadding
contentWidth
:
parent
.
width
-
rightPadding
-
leftPadding
contentItem
:
Item
{
...
...
@@ -85,7 +82,6 @@ Controls.Drawer {
onAccepted
:
applyUrl
()
onTextChanged
:
urlFilter
.
setFilterFixedString
(
text
)
Keys.onEscapePressed
:
if
(
overlay
.
sheetOpen
)
overlay
.
close
()
Component.onCompleted
:
overlay
.
urlInput
=
urlInput
function
applyUrl
()
{
if
(
text
.
match
(
RegexWebUrl
.
re_weburl
))
{
...
...
@@ -133,8 +129,6 @@ Controls.Drawer {
id
:
urlFilter
sourceModel
:
BrowserManager
.
history
}
Component.onCompleted
:
overlay
.
listView
=
listView
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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