D6392: [Panel Config] Scrolling over size button increments size by 1 and shows current thickness

David Edmundson noreply at phabricator.kde.org
Mon Jun 26 13:47:36 UTC 2017


davidedmundson added inline comments.

INLINE COMMENTS

> SizeHandle.qml:125
> +            if (wheel.delta > 0) {
> +                panel.thickness = Math.max(units.gridUnit, panel.thickness + 1);
> +            } else if (wheel.delta < 0) {

You need to make it by 2.

See desktoppackage/contents/configuration/panelconfiguration/SizeHandle.qml:50:

REPOSITORY
  R119 Plasma Desktop

REVISION DETAIL
  https://phabricator.kde.org/D6392

To: Zren, #plasma
Cc: davidedmundson, broulik, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart, lukas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20170626/3179624d/attachment.html>


More information about the Plasma-devel mailing list