mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Changed Indent spacing for subfolders
This commit is contained in:
parent
b9340e7c44
commit
66427d32f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue