coa.20: restore bigger window + relocate char-view professions
release / release (push) Successful in 5s
release / release (push) Successful in 5s
- Re-applied the window enlargement (832x555, more rows) - user accepts the AuctionFrame art seam in exchange for the bigger frame. - Char-view professions (Prof1-8) moved out of the cramped bottom Cooking/FirstAid row into the open middle-left gap (2 rows of 4) so they stop overlapping/overflowing.
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 = 7
|
||||
local VisibleLines = 10
|
||||
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 = 7
|
||||
local VisibleLines = 10
|
||||
local frame = "AltoholicFrameContainers"
|
||||
local entry = frame.."Entry"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user