Anbox: CSD resize edges are too big

Created on 25 May 2018  路  4Comments  路  Source: anbox/anbox

The new CSD edges seem to be way too big, and are way too easy to activate by just trying to press the hamburger menu or search icon.

enhancement graphics help wanted

Most helpful comment

Same problem here, current resize borders are over sized and has conflicts with internal UI of Apps, some apps works with icons so close to resize border, and some apps works with slide from that borders so border could be fired instead of swipe event:

peek 29-10-2018 21-21

Snap log (system info)

All 4 comments

This is most likely because we're currently hardcoding a DPI value and using that to calculate the area use to allow resizing of the window. We need to start detecting the displays DPI via SDL_GetDisplayDPI and use that instead of the medium default value at https://github.com/anbox/anbox/blob/master/src/anbox/graphics/density.cpp#L23

Hi, is there any other alternative solution to this, other than like modifying the source, which I have no idea how to?

Same problem here, current resize borders are over sized and has conflicts with internal UI of Apps, some apps works with icons so close to resize border, and some apps works with slide from that borders so border could be fired instead of swipe event:

peek 29-10-2018 21-21

Snap log (system info)

Pls, any fix? , like a workaround [{maaybe}completely disabling the window resize]
HALP!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

simonfongnt picture simonfongnt  路  4Comments

GustavoPeredo picture GustavoPeredo  路  3Comments

mygithubcomments2017 picture mygithubcomments2017  路  3Comments

dsdmsa picture dsdmsa  路  3Comments

Epsilon1033 picture Epsilon1033  路  4Comments