mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +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);
|
||||
addChild(&mText);
|
||||
|
||||
mLeftArrow.setResize(0, mText.getFont()->getLetterHeight());
|
||||
mRightArrow.setResize(0, mText.getFont()->getLetterHeight());
|
||||
|
||||
if(mMultiSelect)
|
||||
{
|
||||
mRightArrow.setImage(":/arrow.svg");
|
||||
|
|
Loading…
Reference in a new issue