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 Workspace
Commits
d62ba679
Commit
d62ba679
authored
Mar 18, 2022
by
Nate Graham
Browse files
applets/clipboard: fix inline button row margins after PC3 port
parent
450f2185
Pipeline
#151955
passed with stage
in 8 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
applets/clipboard/contents/ui/ClipboardItemDelegate.qml
View file @
d62ba679
...
...
@@ -93,6 +93,7 @@ PlasmaComponents.ItemDelegate {
left
:
parent
.
left
leftMargin
:
PlasmaCore
.
Units
.
gridUnit
/
2
-
listMargins
.
left
right
:
parent
.
right
rightMargin
:
PlasmaCore
.
Units
.
gridUnit
/
2
-
listMargins
.
right
verticalCenter
:
parent
.
verticalCenter
}
...
...
@@ -108,6 +109,8 @@ PlasmaComponents.ItemDelegate {
anchors
{
right
:
label
.
right
verticalCenter
:
parent
.
verticalCenter
// This is here because you can't assign to it in AnchorChanges below
topMargin
:
PlasmaCore
.
Units
.
gridUnit
/
2
-
listMargins
.
top
}
source
:
"
DelegateToolButtons.qml
"
active
:
menuItem
.
ListView
.
isCurrentItem
...
...
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