Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken borderless handling #523

Open
lhog opened this issue Dec 18, 2020 · 0 comments
Open

Broken borderless handling #523

lhog opened this issue Dec 18, 2020 · 0 comments

Comments

@lhog
Copy link

lhog commented Dec 18, 2020

Whenever spring is launched with chobby first I get this look of the borderless window:

image

Basically chobby does something that pushes top edge down by 23 px and reduce height of the window by -63 px respectively.

My springsettings.cfg ends up being like that.

WindowBorderless = 1
WindowPosX = 0
WindowPosY = 23
WindowState = 1
XResolutionWindowed = 2560
YResolutionWindowed = 1017

In practical sense it seems to do something to not hide window menu and start/programs panel.

Offending widget seems to be this one:
https://github.com/Spring-Chobby/Chobby/blob/master/LuaMenu/widgets/gui_settings_window.lua

It's written in an obscure way, like the author was trying to work around some undesired engine or system behavior. If so it should rather be fixed engine side properly.

P.S. Setting borderless from the chobby graphics menu doesn't reproduce this issue. It only happens when chobby is launched first time from the launcher or manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant