https://bugs.kde.org/show_bug.cgi?id=372792

--- Comment #2 from [email protected] ---
It seems I'm not using KMix but the kde5 plasmoid volume applet.
So, the last link you provided explains a working solution for me:
    in
/usr/share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/ListItemBase.qml
     in the method increaseVolume() and decreaseVolume() change
     var step = slider.maximumValue / 15;
     to
     var step = slider.maximumValue / 100;
This will change the value in 1% steps. Logout and login again to have changes
take effect.

If I wanted to make this configurable in the UI of the plasmoid's settings,
where would I do this and is this easy or not? I think such an option would be
useful.

Anyway, this ticket can be closed.
Thx.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to