Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions resources/Manifest.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="AlwaysShadow" />
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
</windowsSettings>
</application>
</assembly>
4 changes: 3 additions & 1 deletion resources/Resources.rc
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ CAPTION "Choose duration"
LISTBOX SECONDS_LISTBOX_ID, 95, 15, 45, 70, WS_BORDER | WS_VSCROLL
PUSHBUTTON "OK", APPLY_PICKER_BTN_ID, 34, 90, 35, 15
PUSHBUTTON "Cancel", CANCEL_PICKER_BTN_ID, 76, 90, 35, 15
}
}

CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "Manifest.manifest"