Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3bd97ac2 authored by Dan Pasanen's avatar Dan Pasanen Committed by Steve Kondik
Browse files

recovery: set 18x32 on 560dpi as well

* this is the setting for shamu, it should be comparable to xxhdpi

Change-Id: I4d4b0405b6fcb3493dc5da0a712ce54f83d9ab6f
parent 7900d165
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -818,7 +818,7 @@ endif
# can be overridden for a particular device by putting a font.png in
# its private recovery resources.

ifneq (,$(filter xxxhdpi xxhdpi xhdpi,$(recovery_density)))
ifneq (,$(filter 560dpi xxxhdpi xxhdpi xhdpi,$(recovery_density)))
recovery_font := $(call project-path-for,recovery)/fonts/18x32.png
else
recovery_font := $(call project-path-for,recovery)/fonts/12x22.png