ok, linked branch has an approach i think should def work... featured tile width is derived from a global, so aaron your approach is maintained except we only use the calc'd req_width if it is larger than the current global featured_tile_width value
along the lines of: global _featured_tile_width _featured_tile_width = max(req_width, _featured_tile_width) all featured tiles throughout software center will have the same width as a consequence of this change. Hope this is desirable. ** Branch linked: lp:~mmcg069/software-center/Bug833697 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to software-center in Ubuntu. https://bugs.launchpad.net/bugs/833697 Title: [GTK3] "What's New" and "Top Rated" tiles have different widths Status in “software-center” package in Ubuntu: New Bug description: software-center-gtk3 trunk r2202, Ubuntu Ocelot 1. Launch USC. 2. Maximize the window. What happens: 1. The "What's New" and "Top Rated" tiles are the same width. 2. The "Top Rated" tiles get wider than the "What's New" tiles. What should happen: At any moment, all visible tiles should be the same width. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/833697/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

