mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 02:08:50 +01:00
fix MsgBox of main_screen
This commit is contained in:
parent
5bcc26dab7
commit
3276d84ff8
@ -67,7 +67,7 @@ class MessageBox(Label):
|
|||||||
if row_total_width+space >= max_width:
|
if row_total_width+space >= max_width:
|
||||||
x = 0 # Reset the x.
|
x = 0 # Reset the x.
|
||||||
y += word_height # Start on new row.
|
y += word_height # Start on new row.
|
||||||
row_total_width = 0
|
row_total_width = word_width
|
||||||
|
|
||||||
lines += word_height
|
lines += word_height
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user