Align timeline dots and text.
This commit is contained in:
parent
ffe7c4d1cc
commit
4abb05c590
|
@ -358,7 +358,7 @@ local function wrap_timeline(w, dot)
|
||||||
gen_vertical_line { dot = dot or false},
|
gen_vertical_line { dot = dot or false},
|
||||||
{
|
{
|
||||||
w,
|
w,
|
||||||
top = dot and 5 or 0,
|
top = 0,
|
||||||
bottom = dot and 5 or 0,
|
bottom = dot and 5 or 0,
|
||||||
left = 0,
|
left = 0,
|
||||||
widget = wibox.container.margin
|
widget = wibox.container.margin
|
||||||
|
|
Loading…
Reference in New Issue