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
dcc466c6
Commit
dcc466c6
authored
Mar 06, 2020
by
Rinigus Saar
Committed by
Jonah Brüchert
Mar 06, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restore desktop window and location on start
parent
05281027
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
src/contents/ui/webbrowser.qml
src/contents/ui/webbrowser.qml
+8
-0
No files found.
src/contents/ui/webbrowser.qml
View file @
dcc466c6
...
...
@@ -23,6 +23,7 @@ import QtQuick 2.1
import
QtWebEngine
1.6
import
QtQuick
.
Window
2.3
import
QtGraphicalEffects
1.0
import
Qt
.
labs
.
settings
1.0
import
org
.
kde
.
kirigami
2.7
as
Kirigami
import
org
.
kde
.
mobile
.
angelfish
1.0
...
...
@@ -374,5 +375,12 @@ Kirigami.ApplicationWindow {
}
}
Settings
{
property
alias
x
:
webBrowser
.
x
property
alias
y
:
webBrowser
.
y
property
alias
width
:
webBrowser
.
width
property
alias
height
:
webBrowser
.
height
}
Component.onCompleted
:
rootPage
.
initialized
=
true
}
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