mirror of
https://github.com/0TheSpy/Seaside.git
synced 2024-12-23 00:27:23 +08:00
Update Menu.hpp
This commit is contained in:
parent
41a722d914
commit
ea9d494d5f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user