mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06:00
ENH: rename Fragment Filter to Gap Fill
Signed-off-by: yifan.wu <yifan.wu@bambulab.com> Change-Id: If9b417c0bb80d2a9f331c1878507df427690f348
This commit is contained in:
parent
ba83769030
commit
c1ac1d8cfc
8 changed files with 49 additions and 49 deletions
|
@ -61,7 +61,7 @@ static const std::map<const wchar_t, std::string> font_icons = {
|
|||
{ImGui::TriangleButtonIcon , "Triangle_paint" },
|
||||
{ImGui::FillButtonIcon , "fill_paint" },
|
||||
{ImGui::HeightRangeIcon , "height_range" },
|
||||
{ImGui::FragmentFilterIcon , "fragment_filter" },
|
||||
{ImGui::GapFillIcon , "gap_fill" },
|
||||
{ImGui::FoldButtonIcon , "im_fold" },
|
||||
{ImGui::UnfoldButtonIcon , "im_unfold" },
|
||||
{ImGui::SphereButtonIcon , "toolbar_modifier_sphere" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue