We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d781c commit 9578cf8Copy full SHA for 9578cf8
TalentTreeViewer_TWW/mixins/TalentViewerUIMixin.lua
@@ -14,9 +14,9 @@ local LibTalentTree = LibStub('LibTalentTree-1.0');
14
15
local L = LibStub('AceLocale-3.0'):GetLocale(name);
16
17
-local SELECTION_NODE_POS_X = 7500;
+local SELECTION_NODE_POS_X = 6700;
18
local SELECTION_NODE_POS_Y = 4200;
19
-local SUB_TREE_OFFSET_X = 8100;
+local SUB_TREE_OFFSET_X = 7600;
20
local SUB_TREE_OFFSET_Y_TOP_TREE = 1500;
21
local SUB_TREE_OFFSET_Y_BOTTOM_TREE = 4500;
22
do
0 commit comments