mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-03 14:51:01 -07:00
Standard units don't need translation (#9965)
This commit is contained in:
parent
bd1281954d
commit
fa70582ed1
35 changed files with 434 additions and 429 deletions
|
|
@ -157,7 +157,7 @@ ObjectDataViewModelNode::ObjectDataViewModelNode(ObjectDataViewModelNode* parent
|
|||
parent->GetNthChild(i)->SetIdx(i + 1);
|
||||
}
|
||||
const std::string label_range = (boost::format(" %.2f-%.2f ") % layer_range.first % layer_range.second).str();
|
||||
m_name = _(L("Range")) + label_range + "(" + _(L("mm")) + ")";
|
||||
m_name = _(L("Range")) + label_range + "(" + _("mm") + ")";
|
||||
m_bmp = create_scaled_bitmap(LayerIcon);
|
||||
|
||||
set_icons();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue