From 43935829f0e1ce7b63fbd193cd16eb95e3b2ce5a Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sun, 26 May 2019 16:07:20 -0500 Subject: [PATCH] Uh...sure. But no cheese, and um, extra sauce? --- examples/cluster.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/cluster.c b/examples/cluster.c index 7e57587..849e883 100644 --- a/examples/cluster.c +++ b/examples/cluster.c @@ -157,7 +157,11 @@ static void draw_gauge_cluster(cairo_t *cr, y + height * 0.5, height * 0.4); - draw_speedometer(cr, 816, 240, 192); + draw_speedometer(cr, + x + width * 0.8, + y + height * 0.5, + height * 0.4); + draw_thermometer(cr, 442, 368, 64); draw_fuel_gauge(cr, 582, 368, 64); draw_mfd(cr, 432, 48, 160, 240);