mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Fixed a small issue with the sizing of the badges.
This commit is contained in:
parent
c136f87a9f
commit
433c77261f
|
@ -231,7 +231,7 @@ void FlexboxComponent::computeLayout()
|
|||
}
|
||||
|
||||
// This rasterizes the SVG images so they look nice and smooth.
|
||||
item.baseImage.setResize(item.baseImage.getSize());
|
||||
item.baseImage.setResize(glm::ceil(item.baseImage.getSize()));
|
||||
|
||||
itemsOnLastRow++;
|
||||
pos++;
|
||||
|
|
Loading…
Reference in a new issue