Hi!
Can I do something if the Windows scale is set to more than 100%?
So that the browser doesn't change the zoom.
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
Windows scale
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Windows scale
Try adding this code line before the GlobalCEFApp.StartMainProcess call in the DPR file :
You may also need to open the Delphi project options for your application and open the "Application->Manifest" section. Set the "DPI awareness" to None.
Code: Select all
GlobalCEFApp.AddCustomCommandLine('--force-device-scale-factor', '1');