coa.29: right-size VisibleLines for the taller window (rows were overflowing)
release / release (push) Successful in 5s
release / release (push) Successful in 5s
All list rows are 22px; the resize had set VisibleLines=20 uniformly (20x22=440 > the 414px content frame), so the bottom rows spilled past the frame - visible as the guild list running into the 'Click a character's AiL' footer. Set 18 rows for all list tabs (18x22=396), 17 for GuildMembers (it has the equipment footer).
This commit is contained in:
@@ -285,7 +285,7 @@ function ns:Update()
|
||||
BuildView()
|
||||
end
|
||||
|
||||
local VisibleLines = 20
|
||||
local VisibleLines = 17
|
||||
local frame = "AltoholicFrameGuildMembers"
|
||||
local entry = frame.."Entry"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user