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 Desktop
Commits
edc79650
Commit
edc79650
authored
Feb 19, 2021
by
Nate Graham
Browse files
[toolboxes/desktoptoolbox] Clean up whitespace
GIT_SILENT
parent
9d909c89
Changes
1
Hide whitespace changes
Inline
Side-by-side
toolboxes/desktoptoolbox/contents/ui/ToolBoxButton.qml
View file @
edc79650
...
...
@@ -217,13 +217,13 @@ Item {
text
:
i18nd
(
"
plasma_toolbox_org.kde.desktoptoolbox
"
,
"
Choose Global Theme...
"
)
icon.name
:
"
preferences-desktop-theme-global
"
onClicked
:
KQuickControlsAddons
.
KCMShell
.
openSystemSettings
(
"
kcm_lookandfeel
"
)
}
}
PlasmaComponents3.ToolButton
{
property
QtObject
qAction
:
plasmoid
.
globalAction
(
"
manage activities
"
)
text
:
qAction
.
text
icon.name
:
"
activities
"
onClicked
:
qAction
.
trigger
()
}
}
PlasmaComponents3.ToolButton
{
icon.name
:
"
window-close
"
Layout.preferredWidth
:
height
...
...
Write
Preview
Supports
Markdown
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