Browse Source

fix MsgBox of main_screen

cuu 6 years ago
parent
commit
3276d84ff8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sys.py/UI/main_screen.py

+ 1 - 1
sys.py/UI/main_screen.py

@@ -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