diff --git a/sugar/graphics/optionmenu.py b/sugar/graphics/optionmenu.py index 2bb6fde4..bc0eb18b 100644 --- a/sugar/graphics/optionmenu.py +++ b/sugar/graphics/optionmenu.py @@ -75,8 +75,9 @@ class OptionMenu(hippo.CanvasBox, hippo.CanvasItem): self._round_box.append(self._canvas_text, hippo.PACK_EXPAND) # TODO: Substitute for the right icon. - arrow = iconbutton.IconButton(icon_name='theme:stock-close') + arrow = iconbutton.IconButton(icon_name='theme:control-popup-arrow') arrow.props.size = iconbutton.SMALL_SIZE + arrow.props.scale = units.STANDARD_ICON_SCALE arrow.props.yalign = hippo.ALIGNMENT_CENTER arrow.props.xalign = hippo.ALIGNMENT_START self._round_box.append(arrow)