We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ed321 commit 496250dCopy full SHA for 496250d
toolkit/editor/editor/ui/modules/viewport.cc
@@ -93,7 +93,7 @@ Viewport::Render()
93
{
94
if (ImGui::BeginMenuBar())
95
96
- if (ImGui::BeginMenu("Camera"))
+ if (ImGui::BeginMenu(" Camera "))
97
98
if (ImGui::MenuItem(
99
"Perspective", (const char*)0, this->camera.GetProjectionMode() == Editor::Camera::ProjectionMode::PERSPECTIVE
@@ -171,7 +171,7 @@ Viewport::Render()
171
172
ImGui::EndMenu();
173
}
174
- if (ImGui::BeginMenu("Frame"))
+ if (ImGui::BeginMenu(" Frame "))
175
176
if (ImGui::MenuItem("Textured + Lit", NULL, this->renderMode == TexturedLit))
177
0 commit comments