Fixes for LabeledStaticBox & Height Range UI (#9991)

init
This commit is contained in:
yw4z
2025-06-24 17:29:30 +03:00
committed by GitHub
parent 9d79eefc28
commit bec5d9ea57
3 changed files with 34 additions and 22 deletions

View File

@@ -63,6 +63,9 @@ protected:
int m_label_width;
float m_scale;
wxPoint m_pos;
void GetBordersForSizer(int *borderTop, int *borderOther) const override;
};
#endif // !slic3r_GUI_LabeledStaticBox_hpp_