Applet: Add configure button next to tabbar
ClosedPublic

Authored by drosca on Feb 20 2017, 9:22 AM.

Details

Summary

BUG: 365282
FIXED-IN: 5.10

Test Plan

Clicked button, opened settings

Diff Detail

Repository
R115 Plasma Audio Volume Applet
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
drosca created this revision.Feb 20 2017, 9:22 AM
Restricted Application added a project: Plasma. · View Herald TranscriptFeb 20 2017, 9:22 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
broulik added inline comments.
applet/contents/ui/main.qml
299

Just use

plasmoid.action("configure").text
300

Rather use iconName?

305

Please also add e.g.

Accessible.text: tooltip

since the button has no text

drosca updated this revision to Diff 11519.Feb 20 2017, 9:49 AM

Fixed issues

davidedmundson accepted this revision.Feb 20 2017, 10:55 AM
This revision is now accepted and ready to land.Feb 20 2017, 10:55 AM
This revision was automatically updated to reflect the committed changes.