Re: [Lazarus] High DPI ?

2017-08-05 Thread Michael Van Canneyt via Lazarus
On Sat, 5 Aug 2017, Ondrej Pokorny via Lazarus wrote: On 05.08.2017 15:39, Michael Van Canneyt via Lazarus wrote: Since I have the same setup as the reporter I have applied the patch provided in this bugreport, and then HighDPI works on Linux. The buttons and images have a reasonable size, f

Re: [Lazarus] High DPI ?

2017-08-05 Thread Ondrej Pokorny via Lazarus
On 05.08.2017 15:39, Michael Van Canneyt via Lazarus wrote: Since I have the same setup as the reporter I have applied the patch provided in this bugreport, and then HighDPI works on Linux. The buttons and images have a reasonable size, font looks normal... So, from my point of view, that patch

Re: [Lazarus] High DPI ?

2017-08-05 Thread Michael Van Canneyt via Lazarus
On Sat, 5 Aug 2017, Ondrej Pokorny via Lazarus wrote: On 05.08.2017 14:16, Michael Van Canneyt via Lazarus wrote: How can I check that the IDE has actually enabled/activated HDPI and uses big icons/button images? Check for Application.Scaled := True in lazarus.pp. This enables Hi-DPI featu

Re: [Lazarus] High DPI ?

2017-08-05 Thread Ondrej Pokorny via Lazarus
On 05.08.2017 14:16, Michael Van Canneyt via Lazarus wrote: How can I check that the IDE has actually enabled/activated HDPI and uses big icons/button images? Check for Application.Scaled := True in lazarus.pp. This enables Hi-DPI features. --- Another problem could be that the widgetset se

[Lazarus] High DPI ?

2017-08-05 Thread Michael Van Canneyt via Lazarus
Hello, I'm running lazarus on a high-dpi laptop. The laptop has a dual-boot Linux mint and Mac OS. I run Lazarus on both OS-es but I seriously doubt it has enabled HighDPI, because the icon buttons are still very small. How can I check that the IDE has actually enabled/activated HDPI and uses b