From 4abb05c5904425ba4575fac0e165038beb631b7a Mon Sep 17 00:00:00 2001 From: Aire-One Date: Thu, 3 Oct 2019 17:29:49 +0200 Subject: [PATCH] Align timeline dots and text. --- tests/examples/sequences/template.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples/sequences/template.lua b/tests/examples/sequences/template.lua index e18d23fa..426d13c4 100644 --- a/tests/examples/sequences/template.lua +++ b/tests/examples/sequences/template.lua @@ -358,7 +358,7 @@ local function wrap_timeline(w, dot) gen_vertical_line { dot = dot or false}, { w, - top = dot and 5 or 0, + top = 0, bottom = dot and 5 or 0, left = 0, widget = wibox.container.margin