Texture-based round corners: Minor tweaks

This commit is contained in:
omar
2019-11-27 11:45:32 +01:00
committed by ocornut
parent ed1e598ebe
commit a1efd8fc06
2 changed files with 11 additions and 17 deletions

View File

@ -350,6 +350,7 @@ static void TestTextureBasedRender()
ImGui::Separator();
ImGui::Text("Style");
ImGui::SliderFloat("FrameBorderSize", &style.FrameBorderSize, 0.0f, 3.0f, "%.0f");
ImGui::SliderFloat("FrameRounding", &style.FrameRounding, 0.0f, 100.0f, "%.0f");
ImGui::SliderFloat("WindowRounding", &style.WindowRounding, 0.0f, 100.0f, "%.0f");