Skip to content

Commit e72eb2e

Browse files
committed
tweak spacing
1 parent 1e388fc commit e72eb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_display_text/text_area.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def _update_text(self, new_text):
8080
first_different = self._text is not None
8181
for c in new_text:
8282
if chr(ord(c)) == '\n':
83-
y += int(self.height * 1.5)
83+
y += int(self.height * 1.25)
8484
x = 0
8585
continue
8686
glyph = self.font.get_glyph(ord(c))

0 commit comments

Comments
 (0)