SnailHunter ADMIN
2026.08.11
Both halves confirmed, and your screenshot let me measure them exactly.
Too low: the three tab labels are separate little pictures from the original game files. "Available" is 11 pixels tall; "In Progress" and "Complete" are 13 — but only because they contain the descending tails of the 'g' and the 'p'. The letters themselves sit on the same line in all three. We were lining the tabs up by their bottom edges, which meant the 2 extra pixels of tail on the other two pushed "Available" down by exactly 2 pixels. Measured on your screenshot (which is at 2x): the In Progress tab starts at row 16, Available starts at row 20. Fix is to line all three up by their tops instead, which puts the lettering on one line.
Too close: the coloured pill behind each tab extends 3 pixels past the label on each side, and the spacing between tabs was 6 pixels — so Available's pill and In Progress's pill ended and began on the exact same pixel and merged into one block. Your screenshot shows one unbroken grey run right across both. Complete had a 2-pixel gap. Fix is to space them so all three have an equal gap.
Too low: the three tab labels are separate little pictures from the original game files. "Available" is 11 pixels tall; "In Progress" and "Complete" are 13 — but only because they contain the descending tails of the 'g' and the 'p'. The letters themselves sit on the same line in all three. We were lining the tabs up by their bottom edges, which meant the 2 extra pixels of tail on the other two pushed "Available" down by exactly 2 pixels. Measured on your screenshot (which is at 2x): the In Progress tab starts at row 16, Available starts at row 20. Fix is to line all three up by their tops instead, which puts the lettering on one line.
Too close: the coloured pill behind each tab extends 3 pixels past the label on each side, and the spacing between tabs was 6 pixels — so Available's pill and In Progress's pill ended and began on the exact same pixel and merged into one block. Your screenshot shows one unbroken grey run right across both. Complete had a 2-pixel gap. Fix is to space them so all three have an equal gap.








