D24853: [DigitalClock] Fix layout and QML warnings
David Edmundson
noreply at phabricator.kde.org
Tue Oct 22 10:55:00 BST 2019
davidedmundson added a comment.
Concept +1, I love layouts
INLINE COMMENTS
> configTimeZones.qml:32
> id: timeZonesPage
> - width: parent.width
> - height: parent.height
> + anchors.left: parent.left
> + anchors.right: parent.right
Do you need these?
Generally it's a sign of a problem or bad layering if the root item has anchors in it.
> configTimeZones.qml:56
>
> + Rectangle {
> + id: messageWidget
If we're going to port stuff, we may as well port to:
https://api.kde.org/frameworks/kirigami/html/classorg_1_1kde_1_1kirigami_1_1InlineMessage.html
the library version of this
> configTimeZones.qml:96
> + source: "dialog-warning"
> + opacity: messageWidget.opacity
> }
What's this for? Opacity should be inherited by children
REPOSITORY
R120 Plasma Workspace
REVISION DETAIL
https://phabricator.kde.org/D24853
To: kmaterka, #plasma, #plasma_workspaces
Cc: davidedmundson, plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20191022/a1ba3a56/attachment-0001.html>
More information about the Plasma-devel
mailing list