Skip to content

Commit 788f3bc

Browse files
authored
Merge pull request #1707 from lesamouraipourpre/magtag-google-calendar
MagTag Google Calendar: Update for CP7
2 parents e0bdf19 + 34a5e2d commit 788f3bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MagTag_Google_Calendar/authenticator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
graphics.splash.append(label_overview_text)
5151

5252
label_verification_url = Label(
53-
font_small, x=0, y=40, line_spacing=0.75, color=0x000000, max_glyphs=90
53+
font_small, x=0, y=40, line_spacing=0.75, color=0x000000
5454
)
5555
graphics.splash.append(label_verification_url)
5656

5757
label_user_code = Label(
58-
font_small, x=0, y=80, color=0x000000, line_spacing=0.75, max_glyphs=50
58+
font_small, x=0, y=80, color=0x000000, line_spacing=0.75
5959
)
6060
graphics.splash.append(label_user_code)
6161

MagTag_Google_Calendar/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def display_calendar_events(resp_events):
218218
magtag.splash.append(line_header)
219219

220220
font_h1 = bitmap_font.load_font("fonts/Arial-18.pcf")
221-
label_header = label.Label(font_h1, x=5, y=15, color=0x000000, max_glyphs=30)
221+
label_header = label.Label(font_h1, x=5, y=15, color=0x000000)
222222
magtag.splash.append(label_header)
223223

224224
# Set up calendar event fonts

0 commit comments

Comments
 (0)