D20249: Make the Configuration button more understandable

Michail Vourlakos noreply at phabricator.kde.org
Fri Apr 5 14:52:37 BST 2019


mvourlakos added inline comments.

INLINE COMMENTS

> HeaderSettings.qml:87
> +        textColor: colorizerManager.buttonTextColor
> +        backgroundColor: containsMouse? colorizerManager.buttonHoverColor : colorizerManager.buttonBackgroundColor
>          checkedTextColor: colorizerManager.highlightedTextColor

this should be :

backgroundColor: containsMouse? colorizerManager.buttonHoverColor : "transparent"

and how does it look when the button in activated ?

REPOSITORY
  R878 Latte Dock

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

To: trmdi, #latte_dock, rooty, mvourlakos
Cc: mvourlakos, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20190405/be7fc23d/attachment-0001.html>


More information about the Plasma-devel mailing list