Dani3lSun/apex-app-desktop

Window content has a margin and scrollbar outside visible area

Closed this issue · 4 comments

tschf commented

On my Ubuntu system, when running the app, half the scrollbar seems missing (Even when trying to resize). In fact in seems the actual content has a left and top margin applied (which picks up visuals from other parts of the system).

If I maximize and restore the window, it's picking up my system panel:

image

Hi @tschf
thanks for the feedback! I optimized the app frame to fit best in Mac OS X, thus it could be not so nice in other envs (not really tested)...
To fix that you should remove the following from main.js:

    "transparent": true, // better look in OSX
    "title-bar-style": "hidden-inset", // better look in OSX

Can you test that?

tschf commented

Removing those two lines, the margin is still there and is just white in this case (doesn't pick up visuals from other parts of the system).

should work now!:)

tschf commented

Yeah, much better :)
Good stuff.