mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
imgui: Slider style
This commit is contained in:
@@ -441,6 +441,10 @@ void ImGuiWrapper::init_style()
|
|||||||
set_color(ImGuiCol_Header, COL_ORANGE_DARK);
|
set_color(ImGuiCol_Header, COL_ORANGE_DARK);
|
||||||
set_color(ImGuiCol_HeaderHovered, COL_ORANGE_LIGHT);
|
set_color(ImGuiCol_HeaderHovered, COL_ORANGE_LIGHT);
|
||||||
set_color(ImGuiCol_HeaderActive, COL_ORANGE_LIGHT);
|
set_color(ImGuiCol_HeaderActive, COL_ORANGE_LIGHT);
|
||||||
|
|
||||||
|
// Slider
|
||||||
|
set_color(ImGuiCol_SliderGrab, COL_ORANGE_DARK);
|
||||||
|
set_color(ImGuiCol_SliderGrabActive, COL_ORANGE_LIGHT);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ImGuiWrapper::render_draw_data(ImDrawData *draw_data)
|
void ImGuiWrapper::render_draw_data(ImDrawData *draw_data)
|
||||||
|
|||||||
Reference in New Issue
Block a user