more space for the window
This commit is contained in:
parent
afa326e426
commit
a2f6bc737a
|
@ -13,7 +13,7 @@ local function open_window()
|
||||||
|
|
||||||
-- calculate our floating window size
|
-- calculate our floating window size
|
||||||
local win_height = math.ceil(height * 0.8 - 4)
|
local win_height = math.ceil(height * 0.8 - 4)
|
||||||
local win_width = math.ceil(width * 0.8)
|
local win_width = math.ceil(width * 0.9)
|
||||||
|
|
||||||
-- and its starting position
|
-- and its starting position
|
||||||
local row = math.ceil((height - win_height) / 2 - 1)
|
local row = math.ceil((height - win_height) / 2 - 1)
|
||||||
|
|
Loading…
Reference in New Issue