add padding to warning window.

This commit is contained in:
Christopher Jeffrey 2015-07-22 05:35:17 -07:00
parent 989157dcce
commit 5e31eb1370
1 changed files with 2 additions and 1 deletions

View File

@ -359,7 +359,8 @@ Screen.prototype.postEnter = function() {
parent: self,
left: 'center',
top: 'center',
width: 30,
width: 'shrink',
padding: 1,
height: 'shrink',
align: 'center',
valign: 'middle',