having an easy to press close button

though it is a bit "ugly" hence I'm not sure everybody will happy with this
This commit is contained in:
th0mass
2013-04-07 10:31:13 +03:00
parent e1684cae77
commit fe3fc90399

View File

@@ -65,7 +65,7 @@ MenuCloseButton = InputContainer:new{
function MenuCloseButton:init()
self[1] = TextWidget:new{
text = "x ",
text = "-[ X ]- ",
face = Font:getFace("cfont", 22),
}