add padding to warning window.
This commit is contained in:
parent
989157dcce
commit
5e31eb1370
|
@ -359,7 +359,8 @@ Screen.prototype.postEnter = function() {
|
||||||
parent: self,
|
parent: self,
|
||||||
left: 'center',
|
left: 'center',
|
||||||
top: 'center',
|
top: 'center',
|
||||||
width: 30,
|
width: 'shrink',
|
||||||
|
padding: 1,
|
||||||
height: 'shrink',
|
height: 'shrink',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
valign: 'middle',
|
valign: 'middle',
|
||||||
|
|
Loading…
Reference in New Issue