summaryrefslogtreecommitdiffstats
path: root/borders.ahk
diff options
context:
space:
mode:
Diffstat (limited to 'borders.ahk')
-rw-r--r--borders.ahk4
1 files changed, 4 insertions, 0 deletions
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%