[DOC-WEB] [web-doc] master: Fix image margin on translation status (#64)

[email protected] (Pierre Ambroise via GitHub) Thu, 9 Apr 2026 11:15:15 +0000
Newsgroups php.doc.web
Message-ID <[email protected]>
Author: Pierre Ambroise (Fan2Shrek)
Committer: GitHub (web-flow)
Pusher: sy-records
Date: 2026-04-09T19:15:12+08:00

Commit: https://github.com/php/web-doc/commit/498718b91ea4217e110dd49c127577b2812c69d5
Raw diff: https://github.com/php/web-doc/commit/498718b91ea4217e110dd49c127577b2812c69d5.diff

Fix image margin on translation status (#64)

Changed paths:
  M  www/img-status-all.php


Diff:

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);