From fe3fc9039909e6051321dd7d0b5ffbd42c886b8a Mon Sep 17 00:00:00 2001 From: th0mass Date: Sun, 7 Apr 2013 10:31:13 +0300 Subject: [PATCH] having an easy to press close button though it is a bit "ugly" hence I'm not sure everybody will happy with this --- frontend/ui/widget/menu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), }