feat: resize questItemBar and TrackedItemBar

This commit is contained in:
Salikh Gurgenidze
2026-01-05 13:04:38 +04:00
parent 8dcff8e2b8
commit 2703abfc33
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -660,7 +660,7 @@ function QuestItemBar:Initialize()
frame:SetMovable(true)
frame:SetClampedToScreen(true)
addon:ApplyBackdrop(frame, "DEFAULT_FRAME")
--addon:ApplyBackdrop(frame, "DEFAULT_FRAME")
-- Create flyout frame
flyoutFrame = CreateFrame("Frame", "Guda_QuestItemFlyout", UIParent)
+1 -1
View File
@@ -212,7 +212,7 @@ function TrackedItemBar:Initialize()
frame:SetMovable(true)
frame:SetClampedToScreen(true)
addon:ApplyBackdrop(frame, "DEFAULT_FRAME")
--addon:ApplyBackdrop(frame, "DEFAULT_FRAME")
-- Handle dragging
frame:RegisterForDrag("LeftButton")