Thanks Marco!
That makes sense, I'll have a look at that next week!
** Summary changed:
- SlotsLayout paddings can't be bound to another layout values
+ SlotsLayout padding grouped property needs to assigned member-by-member,
can't be assigned as a whole
** Description changed:
+ ubuntu-ui-toolkit/staging branch, r2139
+
+ At the moment to assign paddings of a SlotsLayout you can only do:
SlotsLayout {
- id: myLayout
- padding.top: units.gu(15)
- padding.bottom: units.gu(5)
+ id: myLayout
+ padding.top: units.gu(15)
+ padding.bottom: units.gu(5)
}
+ Assigning the whole padding at once is not possible:
SlotsLayout {
- padding: myLayout.padding
+ padding: myLayout.padding
}
-
- Would return an error:
+ as that returns an error:
Slots.qml: Invalid property assignment: "padding" is a read-only property
So to achieve this we need to manually assign the subvalues.
It would be nice to do it all at once.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1631447
Title:
SlotsLayout padding grouped property needs to assigned member-by-
member, can't be assigned as a whole
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1631447/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs