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
src/slic3r/GUI
|
@ -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