mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
just assign slidingPanel.visible = true;
This commit is contained in:
parent
79d65e9b80
commit
6e03fc1e1e
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ PlasmaCore.ColorScope {
|
|||
anchors.fill: parent
|
||||
onPressed: {
|
||||
oldMouseY = mouse.y;
|
||||
slidingPanel.visibility = Qt.WindowFullScreen;
|
||||
slidingPanel.visible = true;
|
||||
}
|
||||
onPositionChanged: {
|
||||
//var factor = (mouse.y - oldMouseY > 0) ? (1 - Math.max(0, (slidingArea.y + slidingPanel.overShoot) / slidingPanel.overShoot)) : 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue