mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-22 12:32:17 -07:00
FIX: use smaller font
jira: [STUDIO-11043] Change-Id: I4219bb6bda3b834c1b32ef205f287e0cccd94ed9 (cherry picked from commit be16678e7048dbc0c9d8a433e04d53823c8227c1)
This commit is contained in:
parent
17288f7fe0
commit
35b7435644
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ SelectMachineDialog::SelectMachineDialog(Plater *plater)
|
|||
|
||||
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);
|
||||
m_hyperlink->SetFont(::Label::Body_13);
|
||||
m_hyperlink->SetFont(::Label::Body_12);
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue