ashifolfi / Chisel

A multiplatform, godot-based level editor for games
BSD 2-Clause "Simplified" License
11 stars 1 forks source link

Window resizing is not properly functional #4

Closed ashifolfi closed 2 years ago

ashifolfi commented 2 years ago

Currently the project is set to fullscreen by default.

And it does not function on resolutions lower than 1366x768 without cutting things off.

I can't seem to figure out how to get it to properly scale the containers and whatnot that are set to fullrect to the window size automatically. This needs to be fixed at some point.

ashifolfi commented 2 years ago

Work has been started on creating a Panel/Container to handle this exact issue.

ashifolfi commented 2 years ago

ImGui handles this perfectly fine. this is no longer an issue