FIX: use smaller font

jira: [STUDIO-11043]
Change-Id: I4219bb6bda3b834c1b32ef205f287e0cccd94ed9
This commit is contained in:
xin.zhang 2025-03-22 20:45:46 +08:00 committed by lane.wei
parent 638585a4fc
commit be16678e70
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ SelectMachineDialog::SelectMachineDialog(Plater *plater)
m_hyperlink = new wxHyperlinkCtrl(scroll_area, wxID_ANY, _L("Click here if you can't connect to the printer"), m_hyperlink = new wxHyperlinkCtrl(scroll_area, wxID_ANY, _L("Click here if you can't connect to the printer"),
wxT("https://wiki.bambulab.com/en/software/bambu-studio/failed-to-connect-printer"), wxDefaultPosition, wxDefaultSize, wxHL_DEFAULT_STYLE); wxT("https://wiki.bambulab.com/en/software/bambu-studio/failed-to-connect-printer"), wxDefaultPosition, wxDefaultSize, wxHL_DEFAULT_STYLE);
m_hyperlink->SetFont(::Label::Body_13); m_hyperlink->SetFont(::Label::Body_12);