I notice whenever I select Maximize Window on app startup, it goes underneath the taskbar to the bottom of the screen. Therefore, part of my app is hidden under the taskbar. Is there a way to now the taskbar height and minus it off the app window height?
Maximize Window without taskbar?
I don't think the taskbar height information is accessible in Godot, since different operating systems would have different taskbars. Additionally, some operating systems allow for different sizes of taskbar as well, further complicating the issue. There may be a system variable for this, but I am not sure.
All of that said, on both Ubuntu Linux and Windows 10 I haven't had this issue, I can maximize the window and it correctly takes the size of the taskbar into account. I think the maximizing feature is OS specific, rather than application specific, so maybe its something on the OS side that is causing the issue? Do other programs have this issue or is it only Godot?
Alas I don't think this can be avoided, however you can try toggling the taskbar autohide feature to see if that affects it.