** Changed in: canonical-devices-system-image
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1546546
Title:
ProportionalShape is a square if width == 8gu
Status in Canonical System Image:
Fix Released
Status in ubuntu-ui-toolkit package in Ubuntu:
Fix Released
Bug description:
ProportionalShape {
width: units.gu(8)
...
}
does not generate a 16:15 shape, but a 1:1 shape. Looking at the code,
it seems that that's because the default size of a UbuntuShape is 8gu,
so when setting that size on the ProportionalShape doesn't cause the
emission of the widthChanged() signal and consequently skips the
execution of the code in ucproportionalshape.cpp which should update
the height.
To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1546546/+subscriptions
--
Mailing list: https://launchpad.net/~touch-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help : https://help.launchpad.net/ListHelp