Ajustado el logo para permitir diferentes resoluciones

This commit is contained in:
2024-06-15 14:04:26 +02:00
parent a5386a606a
commit e0a8636b67
6 changed files with 82 additions and 92 deletions

View File

@@ -16,7 +16,7 @@ Director::Director(int argc, char *argv[])
{
// Inicializa variables
section = new section_t();
section->name = SECTION_PROG_TITLE;
section->name = SECTION_PROG_LOGO;
// Inicializa las opciones del programa
initOptions();