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
69ae5a1b
Commit
69ae5a1b
authored
Jul 17, 2020
by
Marco Martin
Browse files
ensure taskswitcher is fullscreen
parent
f8df7b3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
containments/taskpanel/package/contents/ui/main.qml
View file @
69ae5a1b
...
...
@@ -97,7 +97,7 @@ PlasmaCore.ColorScope {
taskSwitcher
.
offset
=
taskSwitcher
.
offset
-
(
mouse
.
y
-
oldMouseY
);
oldMouseY
=
mouse
.
y
;
if
(
taskSwitcher
.
visibility
==
Window
.
Hidden
&&
taskSwitcher
.
offset
>
-
taskSwitcher
.
height
+
units
.
gridUnit
&&
taskSwitcher
.
tasksCount
)
{
taskSwitcher
.
visible
=
true
;
taskSwitcher
.
showFullScreen
()
;
}
}
onReleased
:
{
...
...
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