antonypro/QGoodWindow

Blue border when window is focused.

Skm1221 opened this issue · 2 comments

image

Hi AntonyPro,

Thank you for your good project.

I have a question regarding the border styling. Whenever I open a dialog or window, it displays a blue border that I cannot figure out how to remove.

Could you advise me on how to solve this issue?

Hi, @Skm1221!

The border is part of the QGoodCentralWidget on Windows and Linux, and on Windows 11 it uses native APIs to change the border color, you cannot remove it, however, you could change the border color anytime with the function QGoodCentralWidget::setActiveBorderColor(const QColor & color).

Thanks!

Thanks!

It's resolved, I'll close this issue

Thank you for your help :)