GNOME Bugzilla – Bug 770399
Featured tile makes GNOME Software unresizable on 720x480 screens
Last modified: 2017-05-02 09:11:54 UTC
The following patch adapts the GsFeatureTile widget to be resizable on low resolution screens.
Created attachment 334156 [details] [review] feature-tile: remove unused event box This event box appearently was used to push the label to the far end of the tile. Not only it is unecessary, but also made the tile require much more horizontal space than it needs to. Fix that by removing the event box and making the parent box end-aligned, so the labels keep their current position.
Pushed to master, thanks.