Bump gutter to 12px to align reads

This commit is contained in:
Steven Robertson 2014-12-25 15:04:31 -08:00
parent 9a5c31ce37
commit 8da1821616

View File

@ -71,7 +71,7 @@ class Framebuffers(object):
# accomodate alignment requirements; when it is, that extension will be
# applied to the lower-right corner of the buffer. This is asymmetrical,
# but simplifies trimming logic when it's time for that.
gutter = 10
gutter = 12
@classmethod
def calc_dim(cls, width, height):