mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-20 09:22:13 +00:00
NEW: add bottom setting for height range function
Change-Id: I0a818dde1e44e9f4475222038916c5ef992461de
This commit is contained in:
@@ -63,6 +63,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::ConfirmIcon , "confirm" },
|
||||
{ImGui::GapFillIcon , "gap_fill" },
|
||||
{ImGui::FoldButtonIcon , "im_fold" },
|
||||
{ImGui::UnfoldButtonIcon , "im_unfold" },
|
||||
@@ -79,6 +80,7 @@ static const std::map<const wchar_t, std::string> font_icons = {
|
||||
{ImGui::TriangleButtonDarkIcon , "triangle_paint_dark" },
|
||||
{ImGui::FillButtonDarkIcon , "fill_paint_dark" },
|
||||
{ImGui::HeightRangeDarkIcon , "height_range_dark" },
|
||||
{ImGui::ConfirmDarkIcon , "confirm_dark" },
|
||||
{ImGui::GapFillDarkIcon , "gap_fill_dark" },
|
||||
{ImGui::SphereButtonDarkIcon , "toolbar_modifier_sphere_dark" },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user