1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Resizing panel to 1 px

This commit is contained in:
YuSanka
2018-06-28 17:52:20 +02:00
parent 0171f49ad0
commit 896d898124
2 changed files with 21 additions and 19 deletions
+4 -3
View File
@@ -102,6 +102,10 @@ using PageShp = std::shared_ptr<Page>;
class Tab: public wxPanel
{
wxNotebook* m_parent;
//#ifdef __WXOSX__
wxPanel* m_tmp_panel;
int m_size_move = -1;
//#endif // __WXOSX__
protected:
std::string m_name;
const wxString m_title;
@@ -118,9 +122,6 @@ protected:
wxButton* m_undo_btn;
wxButton* m_undo_to_sys_btn;
wxButton* m_question_btn;
#ifdef __WXOSX__
wxPanel* m_tmp_panel;
#endif // __WXOSX__
wxComboCtrl* m_cc_presets_choice;
wxDataViewTreeCtrl* m_presetctrl;
wxImageList* m_preset_icons;