mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 20:34:16 +01:00
ui icon boogaloo
This commit is contained in:
parent
11bb84bd61
commit
c23add802a
19 changed files with 300 additions and 298 deletions
|
|
@ -30,7 +30,8 @@ public class DrawGroupedGroupFolder : IDrawFolder
|
|||
using var id = ImRaii.PushId(_id);
|
||||
|
||||
ImGui.Dummy(new Vector2(0f, ImGui.GetFrameHeight()));
|
||||
ImGui.SameLine();
|
||||
using (ImRaii.PushStyle(ImGuiStyleVar.ItemSpacing, new Vector2(0f, 0f)))
|
||||
ImGui.SameLine();
|
||||
|
||||
var icon = _tagHandler.IsTagOpen(_id) ? FontAwesomeIcon.CaretDown : FontAwesomeIcon.CaretRight;
|
||||
UiSharedService.NormalizedIcon(icon);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue