forked from len0rd/rockbox
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
This commit is contained in:
parent
33a011a6a1
commit
3539dd5a70
1 changed files with 0 additions and 5 deletions
5
tools/configure
vendored
5
tools/configure
vendored
|
@ -1967,7 +1967,6 @@ fi
|
||||||
t_soc="pp"
|
t_soc="pp"
|
||||||
t_manufacturer="ipod"
|
t_manufacturer="ipod"
|
||||||
t_model="video"
|
t_model="video"
|
||||||
sysfont="14-Rockbox-Mix"
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
23|ipod3g)
|
23|ipod3g)
|
||||||
|
@ -2127,7 +2126,6 @@ fi
|
||||||
t_cpu="arm"
|
t_cpu="arm"
|
||||||
t_manufacturer="s5l8702"
|
t_manufacturer="s5l8702"
|
||||||
t_model="ipod6g"
|
t_model="ipod6g"
|
||||||
sysfont="14-Rockbox-Mix"
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
30|iaudiox5)
|
30|iaudiox5)
|
||||||
|
@ -4098,7 +4096,6 @@ fi
|
||||||
t_manufacturer="aigo"
|
t_manufacturer="aigo"
|
||||||
t_model="erosq"
|
t_model="erosq"
|
||||||
sysfontbl="16-Terminus"
|
sysfontbl="16-Terminus"
|
||||||
sysfont="14-Rockbox-Mix"
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
246|fiiom3k)
|
246|fiiom3k)
|
||||||
|
@ -4138,7 +4135,6 @@ fi
|
||||||
output="rockbox.erosq"
|
output="rockbox.erosq"
|
||||||
bootoutput="bootloader.erosq"
|
bootoutput="bootloader.erosq"
|
||||||
sysfontbl="16-Terminus"
|
sysfontbl="16-Terminus"
|
||||||
sysfont="14-Rockbox-Mix"
|
|
||||||
# toolset is the tools within the tools directory that we build for
|
# toolset is the tools within the tools directory that we build for
|
||||||
# this particular target.
|
# this particular target.
|
||||||
toolset="$x1000tools"
|
toolset="$x1000tools"
|
||||||
|
@ -4166,7 +4162,6 @@ fi
|
||||||
output="rockbox.erosq"
|
output="rockbox.erosq"
|
||||||
bootoutput="bootloader.erosq"
|
bootoutput="bootloader.erosq"
|
||||||
sysfontbl="16-Terminus"
|
sysfontbl="16-Terminus"
|
||||||
sysfont="14-Rockbox-Mix"
|
|
||||||
# toolset is the tools within the tools directory that we build for
|
# toolset is the tools within the tools directory that we build for
|
||||||
# this particular target.
|
# this particular target.
|
||||||
toolset="$x1000tools"
|
toolset="$x1000tools"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue