mirror of
https://git.vladimir.cc/vladimir/ewsdr.git
synced 2026-08-25 20:37:33 +00:00
Enable Windows DPI awareness
This commit is contained in:
@@ -14,6 +14,7 @@ uses
|
||||
cthreads,
|
||||
{$ENDIF}
|
||||
Interfaces, // LCL platform
|
||||
WindowsDPI,
|
||||
Forms, MainForm, AudioOutput, DeviceForm, FlatButton, FreqDisplay, VfoOverlay,
|
||||
WDSP, WDSPEngine, WebPageHtml, WebServer, WebUtils, WinFirewall, WsClient,
|
||||
Settings;
|
||||
@@ -21,6 +22,7 @@ uses
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
EnableProcessDpiAwareness;
|
||||
RequireDerivedFormResource := True;
|
||||
Application.Title:='EWSDR';
|
||||
Application.Scaled:=True;
|
||||
|
||||
Reference in New Issue
Block a user