Browse Source

Move the buttons even closer to the center

Panagiotis Christopoulos Charitos 2 years ago
parent
commit
5b26a0b9c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Samples/Common/SampleApp.cpp

+ 1 - 1
Samples/Common/SampleApp.cpp

@@ -53,7 +53,7 @@ public:
 
 
 		canvas->pushFont(m_font, 46);
 		canvas->pushFont(m_font, 46);
 
 
-		ImGui::SetWindowPos(Vec2(canvas->getWidth() - ImGui::GetWindowWidth() - 105.0f, 55.0f));
+		ImGui::SetWindowPos(Vec2(canvas->getWidth() - ImGui::GetWindowWidth() - 195.0f, 55.0f));
 		ImGui::SetWindowSize(Vec2(230.0f, 450.0f));
 		ImGui::SetWindowSize(Vec2(230.0f, 450.0f));
 
 
 		if(m_config->getRVrs())
 		if(m_config->getRVrs())