Skip to content

Commit 9a56fb3

Browse files
committed
Add back padding to settings menu
1 parent 6af937a commit 9a56fb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rendering/vulkan_imgui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ void RND_Renderer::ImGuiOverlay::DrawHelpMenu() {
636636
}
637637

638638
ImVec2 fullWindowWidth = ImVec2(ImGui::GetIO().DisplaySize.x, ImGui::GetIO().DisplaySize.y);
639-
ImVec2 windowWidth = fullWindowWidth;
639+
ImVec2 windowWidth = fullWindowWidth * ImVec2(0.75f, 1.0f);
640640

641641
auto DrawSettingRow = [&](const char* label, auto drawWidget) {
642642
ImGui::AlignTextToFramePadding();

0 commit comments

Comments
 (0)