coa.29: right-size VisibleLines for the taller window (rows were overflowing)
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:
2026-05-30 01:09:12 +02:00
parent f4f3de929b
commit 57c603fa8e
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ function ns:Update()
BuildView()
end
local VisibleLines = 20
local VisibleLines = 17
local frame = "AltoholicFrameGuildMembers"
local entry = frame.."Entry"