mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 22:25:38 +00:00
Fix SVG resize issue for option_arrow.svg.
This commit is contained in:
parent
46c274ebe4
commit
d02fab8463
|
@ -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