bgrabitmap / bgracontrols

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

Scale fonts and borders #155

Open lainz opened 1 year ago

lainz commented 1 year 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.