From e02a5eacefb297d91084dfa1bf3af71c617d7d37 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 10 Jul 2021 13:57:58 -0400 Subject: [PATCH] FIX typo --- drawing/Common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drawing/Common.lua b/drawing/Common.lua index 98c6efd..38dca28 100644 --- a/drawing/Common.lua +++ b/drawing/Common.lua @@ -135,7 +135,7 @@ M.initPercentPlot = function(x, y, w, h, spacing, label) _G_Patterns_.INACTIVE_TEXT_FG ), value = _G_Widget_.CriticalText( - _G_Widget_.make_point(x, y), + _G_Widget_.make_point(x + w, y), nil, M.normal_font_spec, _G_Patterns_.PRIMARY_FG,