Comment 0 for bug 1365549

Revision history for this message
Alejandro J. Cura (alecu) wrote : Overlays with attributes or subtitles look wrong

When showing overlays, the title is always centered and the attributes and subtitles are left-aligned, so it looks wrong.
This screenshot shows the issue: https://launchpadlibrarian.net/183466031/scopes-less-attrs.png

Saviq's suggestion to fix this is to make titles always left aligned too, and to extend the category renderer so some scopes can align to the center if needed, using something like this:
 { "title" : { "field": "title", "align": "center"}, ...}