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
Branch
applet-settings-button (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
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.