mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
Import step guide movement (#12235)
This commit is contained in:
@@ -119,7 +119,7 @@ StepMeshDialog::StepMeshDialog(wxWindow* parent, Slic3r::Step& file, double line
|
|||||||
info->SetForegroundColour(StateColor::darkModeColorFor(FONT_COLOR));
|
info->SetForegroundColour(StateColor::darkModeColorFor(FONT_COLOR));
|
||||||
|
|
||||||
// ORCA standardized HyperLink
|
// ORCA standardized HyperLink
|
||||||
HyperLink *tips = new HyperLink(this, _L("Wiki Guide"), "https://www.orcaslicer.com/wiki/prepare_stl_transformation");
|
HyperLink *tips = new HyperLink(this, _L("Wiki Guide"), "https://www.orcaslicer.com/wiki/import_export#step");
|
||||||
tips->SetFont(::Label::Body_12);
|
tips->SetFont(::Label::Body_12);
|
||||||
|
|
||||||
info->Wrap(FromDIP(400));
|
info->Wrap(FromDIP(400));
|
||||||
|
|||||||
Reference in New Issue
Block a user