Skip to content

Commit fcd4836

Browse files
committed
Fix comparison minion control anchor
1 parent aecb775 commit fcd4836

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Classes/CompareTab.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ function CompareTabClass:InitControls()
394394
self.controls.cmpMineCount.shown = false
395395

396396
-- Minion selector
397-
self.controls.cmpMinion = new("DropDownControl", {"LEFT", self.controls.cmpMineCount, "RIGHT"}, {4, 0, 140, 50}, {}, function(index, value)
397+
self.controls.cmpMinion = new("DropDownControl", {"LEFT", self.controls.cmpStatSet, "RIGHT"}, {4, 0, 140, 20}, {}, function(index, value)
398398
local entry = self:GetActiveCompare()
399399
if entry then
400400
local mainSocketGroup = entry.skillsTab.socketGroupList[entry.mainSocketGroup]

0 commit comments

Comments
 (0)