From 77cc095d30a869d03c003d98c1b0fb7ff2e04372 Mon Sep 17 00:00:00 2001 From: breadcat Date: Sun, 12 Jul 2015 10:48:25 +0100 Subject: Many, many small improvements No commits in a while, eh? --- borders.ahk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'borders.ahk') diff --git a/borders.ahk b/borders.ahk index 359a737..877a711 100644 --- a/borders.ahk +++ b/borders.ahk @@ -53,6 +53,10 @@ AdjustWindow(id) { WinSet, Style, -0xC00000, %WinTitle% } + If WinClass In % "#32770" ;windows xp date/time picker, amongst many other things + { + WinSet, Style, -0xC00000, %WinTitle% + } If WinProcess In % "Photoshop.exe" { WinSet, Style, -0xC00000, %WinTitle% -- cgit v1.2.3