FIX:Fix the issue of text wrapping

Change-Id: I360c08e37d58359b30df460df07ed8266ac5dd6a
(cherry picked from commit 54a3e4786e11b47111b33a80788a376f0d238daa)
This commit is contained in:
tao wang
2024-10-16 15:09:19 +08:00
committed by Noisyfox
parent 041ca29ab7
commit 9b9e339d15
2 changed files with 4 additions and 4 deletions

View File

@@ -259,8 +259,8 @@ protected:
Label* m_stext_printer_title{nullptr};
Label* m_stext_time{ nullptr };
Label* m_stext_weight{ nullptr };
wxStaticText* m_statictext_ams_msg{ nullptr };
wxStaticText* m_text_printer_msg{ nullptr };
Label* m_statictext_ams_msg{ nullptr };
Label* m_text_printer_msg{ nullptr };
wxStaticText* m_staticText_bed_title{ nullptr };
wxStaticText* m_stext_sending{ nullptr };
wxStaticText* m_statictext_finish{nullptr};