Change remove action's icon to "edit-delete"
AbandonedPublic

Authored by trmdi on Dec 29 2019, 5:53 AM.

Diff Detail

Repository
R878 Latte Dock
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 20356
Build 20374: arc lint + arc unit
trmdi created this revision.Dec 29 2019, 5:53 AM
Restricted Application added a project: Plasma. · View Herald TranscriptDec 29 2019, 5:53 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
trmdi requested review of this revision.Dec 29 2019, 5:53 AM
mvourlakos accepted this revision.Dec 29 2019, 7:55 AM
mvourlakos added a reviewer: mvourlakos.
This revision is now accepted and ready to land.Dec 29 2019, 7:55 AM
trmdi added a comment.Dec 29 2019, 8:05 AM

But I've just found that Plasma panels use QIcon::fromTheme which load the icon from the icon theme, while PlasmaComponent.ToolButton loads icon from Plasma theme, that is not consistent in some cases. What do you think?

mvourlakos requested changes to this revision.Dec 29 2019, 8:10 AM
This revision now requires changes to proceed.Dec 29 2019, 8:10 AM

What is ConfigOverlay for plasma panels is using at its tooltip?

trmdi abandoned this revision.Dec 29 2019, 2:18 PM

What is ConfigOverlay for plasma panels is using at its tooltip?

Ah, I was wrong. "delete" should be the right one. Sorry.
https://github.com/KDE/plasma-desktop/blob/def96d60241ad7c835532ee09bf95afb7f56fed7/containments/panel/contents/ui/ConfigOverlay.qml#L408