```c++ ofGLWindowSettings settings; settings.setGLVersion(4, 1); settings.setSize(1920, 1080); // Monitor has 1920x1080 display, settings.windowMode = OF_FULLSCREEN; auto window = ofCreateWindow(settings); ofRunApp(window, make_shared<ofApp>()); ofRunMainLoop(); ``` Application creates the gap between bottom of the screen and application window. Gap is around ~19px and i painted in red. <img width="125" height="55" alt="Image" src="https://github.com/user-attachments/assets/d5d0a57a-a046-496c-a608-8d3edfa40aeb" />