Skip to content

Commit

Permalink
ActiveWindowInfo: minor cosmetic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fincs committed Feb 2, 2014
1 parent 98dafb8 commit df7d933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tools/ActiveWindowInfo.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ txtFrozen := "(Win+A to unfreeze display)"

Gui, New, hwndhGui AlwaysOnTop
Gui, Add, Text,, Window Title and Class:
Gui, Add, Edit, w320 r2 ReadOnly vCtrl_Title
Gui, Add, Edit, w320 r2 ReadOnly -Wrap vCtrl_Title
Gui, Add, Text,, Mouse Position:
Gui, Add, Edit, w320 r3 ReadOnly vCtrl_MousePos
Gui, Add, Text,, Control Under Mouse Position:
Expand Down

0 comments on commit df7d933

Please sign in to comment.