X-Git-Url: https://git.llucax.com/personal/documentos.git/blobdiff_plain/98bb21dff5284430cff9d954c262aa755acb3749..327a90e708116856272898d573e79ceccc958463:/glabels/mp3.php diff --git a/glabels/mp3.php b/glabels/mp3.php index a930739..e09b00c 100755 --- a/glabels/mp3.php +++ b/glabels/mp3.php @@ -72,7 +72,7 @@ if ($datos) { 'X' => $x, 'TEXTO_Y' => $y, 'LINEA_Y' => $y + PUNTOS + 2.5, - 'LINEA_ANCHO' => strlen($artista) * 2.5 + 25 / strlen($artista), + 'LINEA_ANCHO' => strlen($artista) * 2.8 + 25 / strlen($artista), 'ARTISTA' => translate($artista), )); usort($albums, 'cmp');