From 3539dd5a70fec8030f19896f80ffa0cb670d4591 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 5 Mar 2025 14:50:23 -0500 Subject: [PATCH] Revert back to the default 8px sysfont for ipod5g/ipod6g/erosq The default status bar is sized for SYSFONT, so this made the status bar slightly taller. Unfortunately this broke a bunch of themes that didn't include a custom status bar and had hardcoded assumptions about the height of the default. While those themes should not be making those assumptions, we don't yet have a straightforward way to deal with it. So while we try to figure out a better path forward, revert this. Change-Id: I2cd6f64be5f405906a097ee0a33391e03bf1804d --- tools/configure | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/configure b/tools/configure index e849d254b8..629e29465f 100755 --- a/tools/configure +++ b/tools/configure @@ -1967,7 +1967,6 @@ fi t_soc="pp" t_manufacturer="ipod" t_model="video" - sysfont="14-Rockbox-Mix" ;; 23|ipod3g) @@ -2127,7 +2126,6 @@ fi t_cpu="arm" t_manufacturer="s5l8702" t_model="ipod6g" - sysfont="14-Rockbox-Mix" ;; 30|iaudiox5) @@ -4098,7 +4096,6 @@ fi t_manufacturer="aigo" t_model="erosq" sysfontbl="16-Terminus" - sysfont="14-Rockbox-Mix" ;; 246|fiiom3k) @@ -4138,7 +4135,6 @@ fi output="rockbox.erosq" bootoutput="bootloader.erosq" sysfontbl="16-Terminus" - sysfont="14-Rockbox-Mix" # toolset is the tools within the tools directory that we build for # this particular target. toolset="$x1000tools" @@ -4166,7 +4162,6 @@ fi output="rockbox.erosq" bootoutput="bootloader.erosq" sysfontbl="16-Terminus" - sysfont="14-Rockbox-Mix" # toolset is the tools within the tools directory that we build for # this particular target. toolset="$x1000tools"