This revision was automatically updated to reflect the committed changes.
Closed by commit R114:990d291b8daf: Binary clock QML applet (authored by Joseph
Wenninger , committed by davidedmundson).
REPOSITORY
R114 Plasma Addons
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D4503?vs=110
mart accepted this revision.
mart added a reviewer: mart.
mart added inline comments.
This revision is now accepted and ready to land.
INLINE COMMENTS
> BinaryClock.qml:41
> +
> +Layout.minimumWidth: w1 < 20 ? 20 : w1
> +Layout.maximumWidth: Infinity
this should be in gridunits?
> Binar
davidedmundson created this revision.
davidedmundson added a reviewer: Plasma.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
REVISION SUMMARY
Patch by Joseph Wenninger
Taken from: https://git.reviewboard.kde.org/r/120325/
TEST PLAN