D14238: Polish Notifier Plasmoid's UI
Kai Uwe Broulik
noreply at phabricator.kde.org
Fri Jul 20 07:30:57 BST 2018
broulik added a comment.
+1 for the looks
INLINE COMMENTS
> Full.qml:27
> +Item {
> + anchors.fill: parent
> +
We typically do that where the component is used, not in its definition
> Full.qml:30
> PlasmaExtras.Heading {
> - Layout.fillWidth: true
> + anchors.left: parent.left
> + anchors.top: parent.top
`width: parent.width` instead of those nachors
Otherwise the label won't wrap if it's too long (localization)
> Full.qml:37
>
> Label {
> + id: numberOfUpdatesLabel
I would prefer if you still used a `ColumnLayout` for those two elements instead of a gazillion anchors
REPOSITORY
R134 Discover Software Store
REVISION DETAIL
https://phabricator.kde.org/D14238
To: ngraham, apol, #discover_software_store, #vdg
Cc: broulik, abetts, plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20180720/d87a165d/attachment.html>
More information about the Plasma-devel
mailing list