Merge branch 'main' into experimental
This commit is contained in:
commit
9642e6763e
@ -199,12 +199,16 @@ return function(entry, option)
|
|||||||
title = option.title,
|
title = option.title,
|
||||||
col = option.col,
|
col = option.col,
|
||||||
row = option.row,
|
row = option.row,
|
||||||
|
|
||||||
title_pos = nil,
|
title_pos = nil,
|
||||||
focusable = false,
|
focusable = false,
|
||||||
zindex = option.zindex or 100,
|
zindex = option.zindex or 100,
|
||||||
style = 'minimal',
|
style = 'minimal',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if opt.title then
|
||||||
|
opt.title_pos = 'center'
|
||||||
|
end
|
||||||
if opt.title then
|
if opt.title then
|
||||||
opt.title_pos = 'center'
|
opt.title_pos = 'center'
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user