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
tagging: Position floating tag entry on right side (Wayland)
- Change popover position from GTK_POS_TOP to GTK_POS_LEFT
- Anchor at right edge (rect.x = a.width - 1) and vertical center (rect.y = a.height / 2)
- This placement provides better space for GtkEntryCompletion popup
- Suggested by reviewer for improved UX on Wayland
0 commit comments