mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-11 03:25:45 +00:00
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…
x
Reference in New Issue
Block a user