From 3e64927fffbd52e94fbfecf1b8bcd5b4ff0f0144 Mon Sep 17 00:00:00 2001 From: Shawrkie Williams Date: Mon, 22 Dec 2025 17:40:46 -0500 Subject: [PATCH] Tab Compact Lookahead setting --- AetherBags/Nodes/Configuration/Layout/LayoutConfigurationNode.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/AetherBags/Nodes/Configuration/Layout/LayoutConfigurationNode.cs b/AetherBags/Nodes/Configuration/Layout/LayoutConfigurationNode.cs index 56db2a4..121762b 100644 --- a/AetherBags/Nodes/Configuration/Layout/LayoutConfigurationNode.cs +++ b/AetherBags/Nodes/Configuration/Layout/LayoutConfigurationNode.cs @@ -74,7 +74,6 @@ internal class LayoutConfigurationNode : TabbedVerticalListNode }; AddNode(_useStableInsertCheckboxNode); - SubtractTab(1); _compactLookaheadNode = new CompactLookaheadNode { Size = new Vector2(320, 20)