Created attachment 122760 [details] screenshot STEPS TO REPRODUCE 1. right click on your wallpaper 2. click "Add widgets..." 3. search for Weather and Comic Strip and add such widgets to your desktop OBSERVED RESULT As we can see in the attached screenshot, "Configure..." button of Weather and Comic Strip widgets has no icon. EXPECTED RESULT "Configure..." button of Weather and Comic Strip widgets has an icon. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.16.90 KDE Frameworks Version: 5.62.0 Qt Version: 5.13.1
Can confirm, looks like a regression in Plasma Components. What's actually happening here is that there are two buttons, and the one on top has no icon and is obscuring the one below that does.
Actually what's happening is that there's one button, but the hover/highlight/click effect isn't as long as it needs to be when there's an icon.
Git commit 2c7737f8fe8d9c60426df81a426557f3cd681508 by David Edmundson. Committed on 24/02/2020 at 09:55. Pushed by davidedmundson into branch 'Plasma/5.18'. [applets/weather] Remove outdated extra configure button Summary: The containment seems to care for it correctly now Also the old code was wrong and used anchors on an item inside a layout Test Plan: New applet with no configuration Saw a configure button in the middle still (instead of two) Clicking it worked Reviewers: #plasma, ngraham Reviewed By: ngraham Subscribers: ngraham, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D27529 M +0 -8 applets/comic/package/contents/ui/main.qml M +0 -14 applets/weather/package/contents/ui/FullRepresentation.qml https://commits.kde.org/kdeplasma-addons/2c7737f8fe8d9c60426df81a426557f3cd681508
Git commit cb46e52aad66a2b6eeb75ac0de630302729b90d4 by Nate Graham. Committed on 24/02/2020 at 17:10. Pushed by ngraham into branch 'Plasma/5.18'. Use appropriate icon for unconfigured applets' "Configure..." buttons Summary: CCBUG: 412114 Test Plan: {F8116018} (The icon size is too large by default but that's not a bug in this patch) Reviewers: #plasma, davidedmundson, meven, ndavis Reviewed By: meven, ndavis Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D27530 M +1 -0 components/containmentlayoutmanager/qml/BasicAppletContainer.qml https://commits.kde.org/plasma-workspace/cb46e52aad66a2b6eeb75ac0de630302729b90d4