Embarcadero / Dev-Cpp

A fast, portable, simple, and free C/C++ IDE
https://www.embarcadero.com/free-tools/dev-cpp
GNU General Public License v2.0
2.43k stars 265 forks source link

Status bar not being fully displayed #299

Open yosennn opened 4 weeks ago

yosennn commented 4 weeks ago

Describe the bug

When running the application on a high-DPI display with system scaling set to 125% or 150%, the UI fonts become excessively large, causing issues with the status bar not being fully displayed and generally affecting usability.

To Reproduce

Steps to reproduce the behavior:

Set the system scaling to 125% or 150% on a high-DPI display. Launch the application. Observe the oversized UI fonts and status bar not fully displayed. Expected behavior

The application should scale UI elements and fonts gracefully to fit different display settings, ensuring all elements are properly displayed and accessible.

Screenshots

pic

Desktop (please complete the following information):

OS: Windows 11 Version: 6.3 Scaling: 125% and 150% Computer: Thinkbook 14+ 2023

I've searched for potential solutions and found some workarounds, but I believe it would be beneficial for the application to handle system scaling internally to provide a more consistent and user-friendly experience.

Request

Could you please consider adding support for handling system scaling within the application? This would ensure that users with high-DPI displays and system scaling enabled can enjoy the application without encountering UI issues.

As a newcomer to GitHub, I'm still learning how to properly submit issues. Therefore, I've utilized AI assistance to draft this request. I hope you understand and can provide guidance if there are any aspects that need improvement.

Thank you for your hard work on this project, and I appreciate your time in considering this request.