FIX: fix ui display problem
jira: STUDIO-8143 STUDIO-8142 Change-Id: I50abb78f9585378d3ef7278377dfb35d5db6189d (cherry picked from commit 00a6e17c6c21e741f8427f6841047fe49e6330cf)
This commit is contained in:
@@ -535,7 +535,7 @@ void CalibrationPresetPage::create_selection_panel(wxWindow* parent)
|
||||
// nozzle_volume_type (multi_extruder)
|
||||
{
|
||||
m_nozzle_volume_type_panel = new wxPanel(parent);
|
||||
|
||||
m_nozzle_volume_type_panel->SetBackgroundColour(*wxWHITE);
|
||||
auto nozzle_volume_sizer = new wxBoxSizer(wxVERTICAL);
|
||||
auto nozzle_volume_type_text = new Label(m_nozzle_volume_type_panel, _L("Nozzle Volume Type"));
|
||||
nozzle_volume_type_text->SetFont(Label::Head_14);
|
||||
|
||||
Reference in New Issue
Block a user