** Changed in: savilerow
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1330899
Title:
Grid view collapses if no title used
Status in The Savilerow project:
Fix Released
Status in The Unity 8 shell:
Fix Released
Status in unity8 package in Ubuntu:
Fix Released
Bug description:
Grid view collapses if there is no title added to the cards.
first image attached is for:
{
"schema-version": 1,
"template": {
"category-layout": "grid",
"card-size": "small",
"overlay": false
},
"components": {
"title": "category",
"art": {
"field": "art",
"aspect-ratio": 1.5,
"fill-mode": "fit"
}
}
}
This works fine, now without the title (which is a support configuration)
{
"schema-version": 1,
"template": {
"category-layout": "grid",
"card-size": "small",
"overlay": false
},
"components": {
"art": {
"field": "art2",
"aspect-ratio": 1.5,
"fill-mode": "fit"
}
}
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1330899/+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