summaryrefslogtreecommitdiffstats
path: root/borders.ahk
diff options
context:
space:
mode:
authorbreadcat2015-08-06 00:14:55 +0100
committerbreadcat2015-08-06 00:14:55 +0100
commite4aa040a949f198aaffc3d88669f91e473227779 (patch)
treecea10d97d3a1de2b8a253e1bf3acbc4961c7760c /borders.ahk
parent77cc095d30a869d03c003d98c1b0fb7ff2e04372 (diff)
downloadahka-e4aa040a949f198aaffc3d88669f91e473227779.tar.gz
ahka-e4aa040a949f198aaffc3d88669f91e473227779.tar.bz2
ahka-e4aa040a949f198aaffc3d88669f91e473227779.zip
Additional incremental updates
Removed resswitch.exe Added and tweaked text replacements Move some longer functions to functions.ahk
Diffstat (limited to 'borders.ahk')
-rw-r--r--borders.ahk8
1 files changed, 8 insertions, 0 deletions
diff --git a/borders.ahk b/borders.ahk
index 877a711..a603798 100644
--- a/borders.ahk
+++ b/borders.ahk
@@ -105,5 +105,13 @@ AdjustWindow(id)
{
WinSet, Style, -0xC00000, %WinTitle%
}
+ If WinClass In % "AutoHotkeyGUI"
+ {
+ WinSet, Style, -0xC00000, %WinTitle%
+ }
+ If WinClass In % "RegEdit_RegEdit"
+ {
+ WinSet, Style, -0xC00000, %WinTitle%
+ }
} \ No newline at end of file