diff options
-rw-r--r-- | borders.ahk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/borders.ahk b/borders.ahk index b19d707..4011e6b 100644 --- a/borders.ahk +++ b/borders.ahk @@ -45,6 +45,10 @@ AdjustWindow(id) { WinSet, Style, -0xC00000, %WinTitle% } + If WinClass In % "MMCMainFrame" ;windows xp mmc panes + { + WinSet, Style, -0xC00000, %WinTitle% + } If WinProcess In % "Photoshop.exe" { WinSet, Style, -0xC00000, %WinTitle% |