Skip to content
GitLab
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
68f44dac
Commit
68f44dac
authored
Jan 20, 2021
by
Wael CH
Browse files
Rearrange buttons in Plasma Desktop toolbox (Edit Mode)
parent
e8080208
Changes
1
Hide whitespace changes
Inline
Side-by-side
toolboxes/desktoptoolbox/contents/ui/ToolBoxButton.qml
View file @
68f44dac
...
...
@@ -207,12 +207,6 @@ Item {
icon.name
:
"
list-add
"
onClicked
:
qAction
.
trigger
()
}
PlasmaComponents3.ToolButton
{
property
QtObject
qAction
:
plasmoid
.
globalAction
(
"
manage activities
"
)
text
:
qAction
.
text
icon.name
:
"
activities
"
onClicked
:
qAction
.
trigger
()
}
PlasmaComponents3.ToolButton
{
property
QtObject
qAction
:
plasmoid
.
action
(
"
configure
"
)
text
:
qAction
.
text
...
...
@@ -224,6 +218,12 @@ Item {
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
.
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