mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-26 08:04:01 -06:00
FIX:fixed the fix window cant not display full text
Change-Id: Ibab602396e2261059d7e730dbeea1f3e3282e841
This commit is contained in:
parent
4d8eefb1ea
commit
c5811178ae
2 changed files with 33 additions and 22 deletions
|
@ -67,15 +67,16 @@ public:
|
|||
|
||||
int m_mode = 0; // 0 is 1line mode 1 is 2line mode
|
||||
|
||||
bool m_adaptive = {false};
|
||||
wxSizer * m_sizer_main = {nullptr};
|
||||
wxPanel * m_top_line= {nullptr};
|
||||
wxSimplebook * m_simplebook= {nullptr};
|
||||
wxPanel * m_panel_2line= {nullptr};
|
||||
wxPanel * m_panel_1line= {nullptr};
|
||||
Button* m_button_cancel = {nullptr};
|
||||
wxWindow * m_block_left = {nullptr};
|
||||
wxWindow * m_block_right = {nullptr};
|
||||
bool m_adaptive = {false};
|
||||
wxSizer * m_sizer_main = {nullptr};
|
||||
wxPanel * m_top_line= {nullptr};
|
||||
wxSimplebook * m_simplebook= {nullptr};
|
||||
wxPanel * m_panel_2line= {nullptr};
|
||||
wxPanel * m_panel_1line= {nullptr};
|
||||
Button* m_button_cancel = {nullptr};
|
||||
//wxWindow * m_block_left = {nullptr};
|
||||
//wxWindow * m_block_right = {nullptr};
|
||||
wxScrolledWindow* m_msg_scrolledWindow = {nullptr};
|
||||
|
||||
protected:
|
||||
// Update just the m_maximum field, this is used by public SetRange() but,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue