Added padding

This commit is contained in:
Gokul Swaminathan 2020-10-21 22:29:19 -07:00
parent 4240d40592
commit 051d8d9b25
1 changed files with 2 additions and 2 deletions

View File

@ -162,11 +162,11 @@ function mylayout.arrange(p)
x = area.x + master_area_width + slave_area_width/4,
y = area.y + tabbar_height + area.height/4,
width = slave_area_width/2,
height = area.height/4 - tabbar_height - tabbar_padding,
height = area.height/4 - tabbar_height
}
if idx == t.top_idx then
g.width = slave_area_width
g.height = area.height - tabbar_height
g.height = area.height - tabbar_height - tabbar_padding
g.x = area.x + master_area_width
g.y = area.y
if tabbar_orientation == "top" then