FIX: fix ui display problem

jira: STUDIO-8143 STUDIO-8142
Change-Id: I50abb78f9585378d3ef7278377dfb35d5db6189d
(cherry picked from commit 00a6e17c6c21e741f8427f6841047fe49e6330cf)
This commit is contained in:
zhimin.zeng
2024-09-19 11:19:39 +08:00
committed by Noisyfox
parent 391c6c05dc
commit af59fba6d8
2 changed files with 21 additions and 19 deletions

View File

@@ -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);