FIX:optimize the layout of error messages

jira:[none]

Change-Id: I06ee3399b15ca78257e92af4e9ea0be69ffd1b4e
(cherry picked from commit 5860af44013af48b0f58a06a0258bf1d2b3957bd)
This commit is contained in:
tao wang
2025-02-08 16:54:03 +08:00
committed by Noisyfox
parent 4a0a4913f4
commit 2209f030ef
2 changed files with 33 additions and 11 deletions

View File

@@ -37,6 +37,7 @@ class BBLStatusBarPrint : public ProgressIndicator
wxBitmap m_bitmap_show_error_open;
Button * m_cancelbutton;
wxStaticText *m_status_text;
wxPanel* top_panel;
wxStaticText *m_stext_percent;
wxBoxSizer * m_sizer;
wxBoxSizer * m_sizer_eline;