You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
emoji: Ensure consistent height for text-only emoji items.
Text-only emoji list items in the emoji picker and autocomplete
views had incorrect row heights, causing visual inconsistencies. This
was due to the placeholder not correctly accounting for
the vertical padding applied by its parent widget, making text-only
rows taller than rows with image emoji.
This commit fixes the issue by calculating the precise height needed
for the placeholder to offset the parent padding. This
ensures the final rendered height is identical for all emoji types.
The change is applied in both and
for consistency.
Fixes#1587.
0 commit comments