D27695: WIP: Create a new TopArea element using widgets/toparea svg
Marco Martin
noreply at phabricator.kde.org
Mon Mar 9 12:00:15 GMT 2020
mart added inline comments.
INLINE COMMENTS
> PlasmoidHeading.qml:52
> + enabledBorders: {
> + var borders = new Array()
> + borders.push('LeftBorder')
this can be an int
and instead of borders.push('LeftBorder')
borders |= PlasmaCore.FrameSvg.LeftBorder
REPOSITORY
R242 Plasma Framework (Library)
REVISION DETAIL
https://phabricator.kde.org/D27695
To: niccolove, mart
Cc: davidedmundson, ahiemstra, kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20200309/bbbd7f5b/attachment.html>
More information about the Kde-frameworks-devel
mailing list