MSW specific: Fixed rescaling for the BitmapComboBox control and Notebook tab buttons
This commit is contained in:
parent
558336f325
commit
4b5cf004bd
9 changed files with 58 additions and 8 deletions
src/slic3r/GUI
|
@ -106,6 +106,9 @@ void msw_rescale_word_local_combo(choice_ctrl* combo)
|
|||
|
||||
combo->SetValue(selection);
|
||||
#else
|
||||
#ifdef _WIN32
|
||||
combo->Rescale();
|
||||
#endif
|
||||
combo->SetMinSize(wxSize(15 * wxGetApp().em_unit(), -1));
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue