AchievementWatchFrame:ClearAllPoints()
AchievementWatchFrame:SetPoint('TOPLEFT', UIParent, 'TOPLEFT', 5, -24)
AchievementWatchFrame.SetPoint = function() end
QuestWatchFrame:ClearAllPoints()
QuestWatchFrame:SetPoint('BOTTOMLEFT', AchievementWatchFrame, 'BOTTOMLEFT', 0, -13)
QuestWatchFrame.SetPoint = function() end
I would like to move both frames, that works.
the problem is that the QuestWatchFrame overlaps the AchievementWatchFrame. Any know how I could move them and keep the default padding working. so that the frames won't overlap
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I would like to move both frames, that works.
the problem is that the QuestWatchFrame overlaps the AchievementWatchFrame. Any know how I could move them and keep the default padding working. so that the frames won't overlap