bgrabitmap / bgracontrols

🆗 BGRA Controls is a set of graphical UI elements that you can use with Lazarus LCL applications.
https://bgrabitmap.github.io/bgracontrols/
182 stars 30 forks source link

Scale fonts and borders #155

Open lainz opened 11 months ago

lainz commented 11 months ago

I've created a demo "test_windows_theme" where I'm collecting styles for Windows.

I noticed that the BCLabel and BCPanel aren't scaled properly like Windows does. Like the border and font size.

For that I've hardcoded it using ScaleX, but it will be better to scale them inside the control, like all new lazarus controls does.