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
7347c671
Commit
7347c671
authored
Oct 11, 2019
by
Marco Martin
Browse files
visible button
parent
3b33ffc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
containments/taskpanel/package/contents/ui/TaskSwitcher.qml
View file @
7347c671
...
...
@@ -22,7 +22,7 @@ import QtQuick.Layouts 1.1
import
QtQuick
.
Window
2.2
import
org
.
kde
.
taskmanager
0.1
as
TaskManager
import
org
.
kde
.
plasma
.
core
2.1
as
PlasmaCore
import
org
.
kde
.
plasma
.
components
2
.0
as
PlasmaComponents
import
org
.
kde
.
plasma
.
components
3
.0
as
PlasmaComponents
import
org
.
kde
.
plasma
.
private
.
nanoshell
2.0
as
NanoShell
NanoShell.FullScreenOverlay
{
...
...
@@ -184,23 +184,15 @@ NanoShell.FullScreenOverlay {
}
}
Rectangle
{
color
:
theme
.
textColor
anchors
{
fill
:
showDesktopButton
margins
:
-
showDesktopButton
.
width
/
4
}
radius
:
width
}
Button
{
PlasmaComponents.RoundButton
{
id
:
showDesktopButton
height
:
units
.
iconSizes
.
medium
height
:
units
.
iconSizes
.
large
width
:
height
anchors
{
horizontalCenter
:
parent
.
horizontalCenter
bottom
:
parent
.
bottom
}
icon
Sourc
e
:
"
start-here-kde
"
icon
.nam
e
:
"
start-here-kde
"
onClicked
:
{
currentTaskIndex
=
-
1
;
window
.
hide
();
...
...
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