From 3276d84ff82b9837622dffd72000b5956415ac56 Mon Sep 17 00:00:00 2001 From: cuu Date: Tue, 29 May 2018 05:54:40 +0800 Subject: [PATCH] fix MsgBox of main_screen --- sys.py/UI/main_screen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys.py/UI/main_screen.py b/sys.py/UI/main_screen.py index 66ae691..eb1ff5f 100644 --- a/sys.py/UI/main_screen.py +++ b/sys.py/UI/main_screen.py @@ -67,7 +67,7 @@ class MessageBox(Label): if row_total_width+space >= max_width: x = 0 # Reset the x. y += word_height # Start on new row. - row_total_width = 0 + row_total_width = word_width lines += word_height