Tidying up README, moved entries to FAQ, updated screenshots, removed comma in title.

This commit is contained in:
omar
2018-12-18 16:16:17 +01:00
parent ca953f0fee
commit 84d1ce3958
3 changed files with 35 additions and 42 deletions

View File

@ -1775,7 +1775,7 @@ static void ShowDemoWindowLayout()
if (ImGui::TreeNode("Groups"))
{
ImGui::TextWrapped("(Using ImGui::BeginGroup()/EndGroup() to layout items. BeginGroup() basically locks the horizontal position. EndGroup() bundles the whole group so that you can use functions such as IsItemHovered() on it.)");
ShowHelpMarker("Using ImGui::BeginGroup()/EndGroup() to layout items. BeginGroup() basically locks the horizontal position. EndGroup() bundles the whole group so that you can use functions such as IsItemHovered() on it.");
ImGui::BeginGroup();
{
ImGui::BeginGroup();