Update Menu.hpp

This commit is contained in:
0TheSpy 2022-11-14 13:32:53 +03:00 committed by GitHub
parent 41a722d914
commit ea9d494d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,8 @@ void InitImGui(LPDIRECT3DDEVICE9 pDevice)
style->WindowMenuButtonPosition = 2;
style->WindowTitleAlign = ImVec2(0.00f, 1.2f);
style->WindowRounding = 6;
float alpha = 0.6f;
float alpha = 0.6f; //other colors -> imgui_widgets.cpp
style->Colors[ImGuiCol_FrameBg] = ImVec4(0.463f, 0.463f, 0.463f, alpha); //1
style->Colors[ImGuiCol_TitleBgActive] = ImVec4(0.635f, 0.635f, 0.635f, alpha);
style->Colors[ImGuiCol_TitleBg] = ImVec4(0.635f, 0.635f, 0.635f, alpha);