BluABK / sane-subfeed

A sane subscription feed that - unlike YouTube - actually shows you the feed as-is. No silly omission of videos.
GNU Affero General Public License v3.0
7 stars 1 forks source link

Remove padding between VideoTile elements in GridView #38

Closed BluABK closed 5 years ago

BluABK commented 5 years ago

Example with VideoTile elements colored.

The black bars in between the items are the padding that should be removed, however it would seem Qt adds padding to everything by default. Not even style-sheet overrides seem to do the trick..

Maybe create a CompactLayout(QLayout) from scratch?

BluABK commented 5 years ago

Fixed in 7530f84e0983decc3ff7ea7d9924b6431dcdb398 (Change to GridLayout which is not plagued by forced padding between items).