mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-09-17 04:23:13 +08:00
tooltip for bed model origin
This commit is contained in:
parent
55fdb726b2
commit
124052623f
@ -403,6 +403,7 @@ wxPanel* BedShapePanel::init_model_panel()
|
||||
line.full_width = 1;
|
||||
line.widget = [this](wxWindow* parent) {
|
||||
wxButton* load_btn = new wxButton(parent, wxID_ANY, _(L("Load...")));
|
||||
load_btn->SetToolTip(_L("The origin of the model is the center of the build plate."));
|
||||
wxSizer* load_sizer = new wxBoxSizer(wxHORIZONTAL);
|
||||
load_sizer->Add(load_btn, 1, wxEXPAND);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user