Skip to content

Commit

Permalink
Default background color = black
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Dec 17, 2023
1 parent 558febe commit bfbe118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hello_imgui/imgui_window_params.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ struct ImGuiWindowParams
{
DefaultImGuiWindowType defaultImGuiWindowType = DefaultImGuiWindowType::ProvideFullScreenWindow;

ImVec4 backgroundColor = ImVec4(0.45f, 0.55f, 0.60f, 1.00f);
ImVec4 backgroundColor = ImVec4(0.f, 0.f, 0.f, 0.f);

bool showMenuBar = false;
bool showMenu_App = true;
Expand Down

0 comments on commit bfbe118

Please sign in to comment.