Explorar o código

Remove indent on mob lines in main window

Lilith Song %!s(int64=3) %!d(string=hai) anos
pai
achega
4e0352e5d2
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      HuntBuddy/Interface.cs

+ 2 - 2
HuntBuddy/Interface.cs

@@ -93,7 +93,7 @@ namespace HuntBuddy
 						         return treeOpen;
 					         }))
 				{
-					ImGui.Indent();
+					//ImGui.Indent();
 					foreach (var mobHuntEntry in entry.Value)
 					{
 						if (Location.Database.ContainsKey(mobHuntEntry.MobHuntId))
@@ -199,7 +199,7 @@ namespace HuntBuddy
 						}
 					}
 
-					ImGui.Unindent();
+					//ImGui.Unindent();
 					ImGui.TreePop();
 				}