D11928: fade to blue when the login box appears
Nathaniel Graham
noreply at phabricator.kde.org
Thu Apr 5 16:31:55 UTC 2018
ngraham added inline comments.
INLINE COMMENTS
> SessionManagementScreen.qml:66
>
> -
> UserList {
Unrelated whitespace change
> LockScreenUi.qml:130
>
> -
> StackView {
Unrelated whitespace change
> LockScreenUi.qml:224
> + anchors.fill: parent
> + color: wallpaperFader.lightBackground ? Qt.rgba(1, 1, 1, 1, 0.2) : Qt.rgba( 0, 0, 0, 0.2)
> + Behavior on opacity {
The first `Qt.rgba()` has five arguments
> LockScreenUi.qml:270
> + }
> + PropertyChanges {
> + target: clockShadow
Indentation
> LockScreenUi.qml:329
> + samples: 32
> + color: Qt.rgba(0, 0, 0, 1)
> + Behavior on opacity {
FWIW, adding `spread: 0.2` improves the clarity against busy backgrounds a bit for me.
REPOSITORY
R120 Plasma Workspace
REVISION DETAIL
https://phabricator.kde.org/D11928
To: mart, #plasma, #vdg, ngraham
Cc: richardbowen, ngraham, plasma-devel, 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/20180405/92fe7a7f/attachment-0001.html>
More information about the Plasma-devel
mailing list