Skip to content

Commit

Permalink
tooltip for bed model origin
Browse files Browse the repository at this point in the history
  • Loading branch information
remi durand committed May 21, 2021
1 parent 55fdb72 commit 1240526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slic3r/GUI/BedShapeDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 1240526

Please sign in to comment.