coa.19: revert the window enlargement (restore original 832x447 frame)
release / release (push) Successful in 5s
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:
@@ -96,7 +96,7 @@ end
|
||||
local function UpdateSpread()
|
||||
local mode = UIDropDownMenu_GetSelectedValue(AltoholicFrameContainers_SelectContainerView)
|
||||
local rarity = UIDropDownMenu_GetSelectedValue(AltoholicFrameContainers_SelectRarity)
|
||||
local VisibleLines = 10
|
||||
local VisibleLines = 7
|
||||
local frame = "AltoholicFrameContainers"
|
||||
local entry = frame.."Entry"
|
||||
|
||||
@@ -242,7 +242,7 @@ end
|
||||
local function UpdateAllInOne()
|
||||
local mode = UIDropDownMenu_GetSelectedValue(AltoholicFrameContainers_SelectContainerView)
|
||||
local rarity = UIDropDownMenu_GetSelectedValue(AltoholicFrameContainers_SelectRarity)
|
||||
local VisibleLines = 10
|
||||
local VisibleLines = 7
|
||||
local frame = "AltoholicFrameContainers"
|
||||
local entry = frame.."Entry"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user