There was an error while loading. Please reload this page.
1 parent 6af937a commit 9a56fb3Copy full SHA for 9a56fb3
1 file changed
src/rendering/vulkan_imgui.cpp
@@ -636,7 +636,7 @@ void RND_Renderer::ImGuiOverlay::DrawHelpMenu() {
636
}
637
638
ImVec2 fullWindowWidth = ImVec2(ImGui::GetIO().DisplaySize.x, ImGui::GetIO().DisplaySize.y);
639
- ImVec2 windowWidth = fullWindowWidth;
+ ImVec2 windowWidth = fullWindowWidth * ImVec2(0.75f, 1.0f);
640
641
auto DrawSettingRow = [&](const char* label, auto drawWidget) {
642
ImGui::AlignTextToFramePadding();
0 commit comments