mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 16:27:54 -06:00
Some changes for alignments in manipulation panel
This commit is contained in:
parent
f6996b7dda
commit
1a03b664b9
2 changed files with 35 additions and 38 deletions
|
@ -124,7 +124,11 @@ class ObjectManipulation : public OG_Settings
|
|||
wxFlexGridSizer* m_main_grid_sizer;
|
||||
wxFlexGridSizer* m_labels_grid_sizer;
|
||||
|
||||
std::vector<ManipulationEditor*> m_editors;
|
||||
// sizers, used for msw_rescale
|
||||
wxBoxSizer* m_word_local_combo_sizer;
|
||||
std::vector<wxBoxSizer*> m_rescalable_sizers;
|
||||
|
||||
std::vector<ManipulationEditor*> m_editors;
|
||||
|
||||
public:
|
||||
ObjectManipulation(wxWindow* parent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue