diff --git a/data/widgets/starSystem.json b/data/widgets/starSystem.json index d5632b3..dd7b950 100644 --- a/data/widgets/starSystem.json +++ b/data/widgets/starSystem.json @@ -8,5 +8,15 @@ "y" : 635, "w" : 280, "h": 34 + }, + { + "name" : "close", + "group" : "starSystem", + "type" : "WT_BUTTON", + "text" : "X", + "x" : 1060, + "y" : 98, + "w" : 34, + "h": 34 } ]