Added bitmap scaling
This commit is contained in:
parent
3fdabfd7d3
commit
ef7512fc43
6 changed files with 140 additions and 68 deletions
src/slic3r/GUI
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue