Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Mobile
Commits
6e03fc1e
Commit
6e03fc1e
authored
Oct 01, 2015
by
Marco Martin
Browse files
just assign slidingPanel.visible = true;
parent
79d65e9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
containments/panel/contents/ui/main.qml
View file @
6e03fc1e
...
...
@@ -202,7 +202,7 @@ PlasmaCore.ColorScope {
anchors.fill
:
parent
onPressed
:
{
oldMouseY
=
mouse
.
y
;
slidingPanel
.
visib
ility
=
Qt
.
WindowFullScreen
;
slidingPanel
.
visib
le
=
true
;
}
onPositionChanged
:
{
//var factor = (mouse.y - oldMouseY > 0) ? (1 - Math.max(0, (slidingArea.y + slidingPanel.overShoot) / slidingPanel.overShoot)) : 1
...
...
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