Changed Indent spacing for subfolders

This commit is contained in:
Ottermandias 2021-07-23 12:42:05 +02:00
parent b9340e7c44
commit 66427d32f5

View file

@ -586,7 +586,7 @@ namespace Penumbra.UI
// Inlay selector list
ImGui.BeginChild( LabelSelectorList, new Vector2( SelectorPanelWidth, -ImGui.GetFrameHeightWithSpacing() ), true );
ImGui.PushStyleVar( ImGuiStyleVar.IndentSpacing, 10 );
ImGui.PushStyleVar( ImGuiStyleVar.IndentSpacing, 12.5f );
for( var modIndex = 0; modIndex < Mods!.Count; )
{
if( DrawModGroup( Mods[ modIndex ], ref modIndex ) )