mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +00:00
Merge pull request #453 from hzulla/feature/fix-optionlistcomponent-arrows
Fix SVG resize issue for option_arrow.svg
This commit is contained in:
commit
880064caa6
|
@ -143,6 +143,9 @@ public:
|
||||||
mText.setHorizontalAlignment(ALIGN_CENTER);
|
mText.setHorizontalAlignment(ALIGN_CENTER);
|
||||||
addChild(&mText);
|
addChild(&mText);
|
||||||
|
|
||||||
|
mLeftArrow.setResize(0, mText.getFont()->getLetterHeight());
|
||||||
|
mRightArrow.setResize(0, mText.getFont()->getLetterHeight());
|
||||||
|
|
||||||
if(mMultiSelect)
|
if(mMultiSelect)
|
||||||
{
|
{
|
||||||
mRightArrow.setImage(":/arrow.svg");
|
mRightArrow.setImage(":/arrow.svg");
|
||||||
|
|
Loading…
Reference in a new issue