popup: follow GDK_SCALE on HiDPI
The popup was 32-pixel rows whatever the display; next to 2x application text it was small. Its metrics now scale with the daemon's GDK_SCALE, the setting the applications use.
This commit is contained in:
@@ -45,8 +45,9 @@ sends `XNSpotLocation` gets the popup at that spot whatever its preedit
|
||||
style; otherwise the popup sits under the focus window, or under the client
|
||||
window when no focus window is set.
|
||||
|
||||
The popup is an X11 window, XIM is X11-only, and GTK popup placement converts
|
||||
the GTK caret to X11 root coordinates. There is no native Wayland popup
|
||||
The popup is an X11 window sized by `GDK_SCALE` on HiDPI displays, XIM is
|
||||
X11-only, and GTK popup placement converts the GTK caret to X11 root
|
||||
coordinates. There is no native Wayland popup
|
||||
surface or Wayland caret positioning. GTK and IBus clients can still use
|
||||
inline preedit where their display environment supports it.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user