add padding to warning window.
This commit is contained in:
parent
989157dcce
commit
5e31eb1370
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue