From d7952d07e8f7c8d6842c93582823de5a38aad547 Mon Sep 17 00:00:00 2001 From: Pierre Ambroise Date: Wed, 4 Jun 2025 20:32:39 +0200 Subject: [PATCH] Fix image margin on translation status --- www/img-status-all.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/img-status-all.php b/www/img-status-all.php index ff8e62d..37eddac 100644 --- a/www/img-status-all.php +++ b/www/img-status-all.php @@ -35,7 +35,7 @@ $graph->SetShadow(); // Adjust the margin a bit to make more room for titles -$graph->img->SetMargin(50,30,20,40); +$graph->img->SetMargin(50,30,35,40); // Create a bar pot $bplot = new BarPlot($percent);