GaZaTu / x11-emoji-picker

Linux XServer emoji picker
MIT License
203 stars 7 forks source link

fix-open-at-mouse #46

Closed GaZaTu closed 1 year ago

GaZaTu commented 1 year ago

fixes #45

schrmh commented 1 year ago

Is this really correct? When I'm on the first monitor and I go into the x direction (keeping y=0) then it stays in the middle. Unless I'm in the upper right edge then it's nowhere. When I go down in y direction (barely any x) then it looks like that it gets positioned further away from the mouse the further I'm in y. When I'm either on the second monitor and I move along the edges, then it opens always in the middle. When I'm more to the middle to the screen it is weirdly positioned, sometimes the the left of the mouse and sometimes to the right of it. Sometimes even on the primary monitor (which is on the right side in my case btw.)

schrmh commented 1 year ago

AH, the problem is that I use QT_SCALE_FACTOR=2 emoji-picker Without the scaling it works...