mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-02 12:48:14 +00:00
CogWindow: Add an option to have no padding on windows (used by CogAbilityWindow_Abilities, Effects, Tags, ...)
This commit is contained in:
@@ -415,7 +415,7 @@ void UCogWindowManager::RenderMainMenu()
|
||||
if (i == 0)
|
||||
{
|
||||
ImGui::SameLine();
|
||||
FCogWindowWidgets::HelpMarker("Drag and drop the widget name to reorder them.");
|
||||
FCogWindowWidgets::HelpMarker("Drag and drop the widget names to reorder them.");
|
||||
}
|
||||
|
||||
ImGui::PopID();
|
||||
|
||||
Reference in New Issue
Block a user