Fix logo spacing

This commit is contained in:
saloniamatteo 2021-03-19 17:56:30 +01:00
parent 05f11c6c69
commit eb7ce05193

View File

@ -67,7 +67,7 @@ static void loadArchLogo(FFlogo* logo, bool doColor)
static void loadArtixLogo(FFlogo* logo, bool doColor)
{
logo->width = 39;
logo->width = 40;
logo->height = 20;
strcpy(logo->name, "artix");
@ -202,3 +202,4 @@ void ffPrintLogos(bool doColor)
}
#endif