mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-01 15:22:21 +00:00
Make top resizing grabber larger on Windows (#11023)
This commit is contained in:
@@ -56,6 +56,11 @@ public:
|
||||
|
||||
void ShowCalibrationButton(bool show = true);
|
||||
|
||||
protected:
|
||||
#ifdef __WIN32__
|
||||
WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam) override;
|
||||
#endif
|
||||
|
||||
private:
|
||||
wxFrame* m_frame;
|
||||
wxAuiToolBarItem* m_file_menu_item;
|
||||
|
||||
Reference in New Issue
Block a user