mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
GCodeViewer -> Reworked layout of imgui dialog for estimated printing times
This commit is contained in:
parent
6fbb3db79c
commit
431cfcc671
2 changed files with 160 additions and 101 deletions
|
@ -1028,6 +1028,13 @@ void ImGuiWrapper::init_style()
|
|||
|
||||
// Separator
|
||||
set_color(ImGuiCol_Separator, COL_ORANGE_LIGHT);
|
||||
|
||||
// Tabs
|
||||
set_color(ImGuiCol_Tab, COL_ORANGE_DARK);
|
||||
set_color(ImGuiCol_TabHovered, COL_ORANGE_LIGHT);
|
||||
set_color(ImGuiCol_TabActive, COL_ORANGE_LIGHT);
|
||||
set_color(ImGuiCol_TabUnfocused, COL_GREY_DARK);
|
||||
set_color(ImGuiCol_TabUnfocusedActive, COL_GREY_LIGHT);
|
||||
}
|
||||
|
||||
void ImGuiWrapper::render_draw_data(ImDrawData *draw_data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue