Added bitmap scaling

This commit is contained in:
YuSanka
2019-02-06 15:29:13 +01:00
parent 9a598711ff
commit c0287928a6
6 changed files with 140 additions and 68 deletions

View File

@@ -56,7 +56,7 @@ wxFrame(NULL, wxID_ANY, SLIC3R_BUILD, wxDefaultPosition, wxDefaultSize, wxDEFAUL
// initialize default width_unit according to the width of the one symbol ("x") of the current system font
const wxSize size = GetTextExtent("m");
wxGetApp().set_em_unit(size.x);
wxGetApp().set_em_unit(size.x-1);
// initialize tabpanel and menubar
init_tabpanel();