Skip to content

Commit 3df1c0b

Browse files
authored
Update instruct.py
Reconfiguring text so it is not overlapping
1 parent 6133676 commit 3df1c0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/RDM/instruct.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,12 @@ def Instruct(self, config, lang="E", practice=False):
137137
if config.TOUCH:
138138
Label(text=self.tap_text_M,
139139
font_size=s(config.INST_FONT_SIZE),
140-
top=lt.bottom - s(10),
140+
top=lt.bottom - s(30),
141141
markup=True, halign='center')
142142
else:
143143
Label(text=self.tap_text_C,
144144
font_size=s(config.INST_FONT_SIZE),
145-
top=lt.bottom - s(10),
145+
top=lt.bottom - s(30),
146146
markup=True, halign='center')
147147

148148
with UntilDone():

0 commit comments

Comments
 (0)