diff options
| author | lempamo <[email protected]> | 2017-10-25 00:18:50 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-25 00:18:50 -0400 |
| commit | 609deb1c4e9bdae400e92a008b99f9cc62b4f9c8 (patch) | |
| tree | 6dc886623371efb1c8700d637eb2afdf3e331e99 /Histacom2.Engine/WindowManager.cs | |
| parent | 6418fad8eb0bc159ab5010fed5590e32f45ec9e0 (diff) | |
| download | histacom2-609deb1c4e9bdae400e92a008b99f9cc62b4f9c8.tar.gz histacom2-609deb1c4e9bdae400e92a008b99f9cc62b4f9c8.tar.bz2 histacom2-609deb1c4e9bdae400e92a008b99f9cc62b4f9c8.zip | |
close buttons glow when moused over in xp
Diffstat (limited to 'Histacom2.Engine/WindowManager.cs')
| -rw-r--r-- | Histacom2.Engine/WindowManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Histacom2.Engine/WindowManager.cs b/Histacom2.Engine/WindowManager.cs index dec647f..6dacee4 100644 --- a/Histacom2.Engine/WindowManager.cs +++ b/Histacom2.Engine/WindowManager.cs @@ -112,7 +112,7 @@ namespace Histacom2.Engine { app.programIcon.Hide(); app.programIcon.Image = Properties.Resources.nullIcon; - app.programname.Location = new Point(6, 7); + app.programname.Location = new Point(6, 6); } else app.programIcon.Image = icon; |
