Removed hide bar button

This commit is contained in:
Antoine Pilote
2023-07-20 22:17:54 -04:00
parent 40f61f4775
commit ed8998301a

View File

@@ -236,6 +236,7 @@ namespace Nuake
ImGui::StyleColorsDark();
ImGuiStyle& s = ImGui::GetStyle();
s.WindowMenuButtonPosition = ImGuiDir_None;
s.FrameRounding = 2.0f;
s.GrabRounding = 2.0f;
s.CellPadding = ImVec2(8, 8);