Skip to content

Commit

Permalink
Adjust QuestScrollFrame position.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Oct 14, 2016
1 parent e1f1de3 commit 4c8a1e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ShestakUI/Modules/Skins/Blizzard/WorldMap.lua
Expand Up @@ -42,10 +42,13 @@ local function LoadSkin()
TrackingOptions.Background:SetAlpha(0)
TrackingOptions.IconOverlay:SetTexture("")

QuestScrollFrame:ClearAllPoints()
QuestScrollFrame:SetPoint("LEFT", WorldMapFrame.backdrop, "RIGHT", 4, 0)
QuestScrollFrame:CreateBackdrop("Overlay")
QuestScrollFrame.backdrop:ClearAllPoints()
QuestScrollFrame.backdrop:SetSize(284, 468)
QuestScrollFrame.backdrop:SetPoint("LEFT", WorldMapFrame.backdrop, "RIGHT", 2, 0)
QuestScrollFrameScrollBar:SetPoint("TOPLEFT", QuestScrollFrame, "TOPRIGHT", 4, -16)
T.SkinScrollBar(QuestScrollFrameScrollBar)

QuestMapDetailsScrollFrame:CreateBackdrop("Overlay")
Expand Down

0 comments on commit 4c8a1e0

Please sign in to comment.