mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 01:04:14 +01:00
ui icon boogaloo
This commit is contained in:
parent
11bb84bd61
commit
c23add802a
19 changed files with 300 additions and 298 deletions
|
|
@ -63,7 +63,7 @@ public class PopupHandler : WindowMediatorSubscriberBase
|
|||
if (!popup) return;
|
||||
_currentHandler.DrawContent();
|
||||
ImGui.Separator();
|
||||
if (UiSharedService.IconTextButton(FontAwesomeIcon.Times, "Close"))
|
||||
if (UiSharedService.NormalizedIconTextButton(FontAwesomeIcon.Times, "Close"))
|
||||
{
|
||||
ImGui.CloseCurrentPopup();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue