mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-14 08:14:15 +01:00
indent nonscaled
This commit is contained in:
parent
6bf99d9d05
commit
6bc9eaf96e
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ public abstract class DrawFolderBase : IDrawFolder
|
||||||
// if opened draw content
|
// if opened draw content
|
||||||
if (_tagHandler.IsTagOpen(_id))
|
if (_tagHandler.IsTagOpen(_id))
|
||||||
{
|
{
|
||||||
using var indent = ImRaii.PushIndent(UiSharedService.GetIconData(FontAwesomeIcon.Bars).NormalizedIconScale.X + ImGui.GetStyle().ItemSpacing.X);
|
using var indent = ImRaii.PushIndent(UiSharedService.GetIconData(FontAwesomeIcon.Bars).NormalizedIconScale.Y + ImGui.GetStyle().ItemSpacing.X, false);
|
||||||
if (DrawPairs.Any())
|
if (DrawPairs.Any())
|
||||||
{
|
{
|
||||||
foreach (var item in DrawPairs)
|
foreach (var item in DrawPairs)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue