diff --git a/es-core/src/components/OptionListComponent.h b/es-core/src/components/OptionListComponent.h index 7a4bf72c3..dd630f5bf 100644 --- a/es-core/src/components/OptionListComponent.h +++ b/es-core/src/components/OptionListComponent.h @@ -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");