mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-25 18:55:24 +00:00
Scale the HWID font to match the rest of the text.
BUG=chromium-os:18631 TEST=manual Boot to recovery mode screen. HWID should be the same size and shape as the rest of the text. Change-Id: Iee0b0611c1319a304d911b710dd7f35ef999a1eb Reviewed-on: http://gerrit.chromium.org/gerrit/6667 Reviewed-by: Randall Spangler <rspangler@chromium.org> Tested-by: Bill Richardson <wfrichar@chromium.org>
This commit is contained in:
@@ -46,7 +46,6 @@ class BmpBlock(object):
|
||||
"""Raise an error if the specified dict is not a valid BmpBlock structure"""
|
||||
|
||||
assert isinstance(thing, dict)
|
||||
assert thing["bmpblock"] == 1.0 or thing["bmpblock"] == 1.1
|
||||
|
||||
seen_images = {"$HWID":1, "$HWID.rtol":2}
|
||||
seen_screens = {}
|
||||
|
||||
Reference in New Issue
Block a user