diff --git a/frontend/ui/widget/menu.lua b/frontend/ui/widget/menu.lua index 8130a38c6..6958f6114 100644 --- a/frontend/ui/widget/menu.lua +++ b/frontend/ui/widget/menu.lua @@ -65,7 +65,7 @@ MenuCloseButton = InputContainer:new{ function MenuCloseButton:init() self[1] = TextWidget:new{ - text = "x ", + text = "-[ X ]- ", face = Font:getFace("cfont", 22), }