Some changes for alignments in manipulation panel

This commit is contained in:
YuSanka 2019-09-25 15:04:39 +02:00
parent f6996b7dda
commit 1a03b664b9
2 changed files with 35 additions and 38 deletions

View file

@ -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);