Fix of SPE-879 and #2021

This commit is contained in:
YuSanka 2019-03-27 16:59:34 +01:00
parent 46eafca0eb
commit 3c163285e5
3 changed files with 21 additions and 21 deletions

View file

@ -427,7 +427,7 @@ FreqChangedParams::FreqChangedParams(wxWindow* parent, const int label_width) :
option = m_og->get_option("fill_density");
option.opt.label = L("Infill");
option.opt.width = 7 * wxGetApp().em_unit();
option.opt.width = 5 * wxGetApp().em_unit();
option.opt.sidetext = " ";
line.append_option(option);