coa.19: revert the window enlargement (restore original 832x447 frame)
release / release (push) Successful in 5s

The coa.12 enlargement couldn't extend WoW's fixed AuctionFrame art cleanly -> fragmented
background + broken scrollbar. Reverted to the original clean frame (14 rows, intact art,
working scrollbar). All crash fixes, Skills professions cap, login-scan, class icons, and
the char-view profession wrap are preserved (they live in different lines/files).
This commit is contained in:
2026-05-29 20:23:40 +02:00
parent 219e749046
commit d440c62a73
45 changed files with 52 additions and 512 deletions
+2 -2
View File
@@ -136,7 +136,7 @@ function ns:InvalidateView()
end
function ns:UpdateAuctions()
local VisibleLines = 10
local VisibleLines = 7
local frame = "AltoholicFrameAuctions"
local entry = frame.."Entry"
@@ -217,7 +217,7 @@ function ns:UpdateAuctions()
end
function ns:UpdateBids()
local VisibleLines = 10
local VisibleLines = 7
local frame = "AltoholicFrameAuctions"
local entry = frame.."Entry"