Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Realigned stuff + Fixed capslock form not being topmost
Browse files Browse the repository at this point in the history
  • Loading branch information
skver0 committed Dec 26, 2018
1 parent bb22a37 commit 02fe735
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public Main()
bool helpdialog = false;
PowerStatus battery = SystemInformation.PowerStatus;
Help help = new Help();
caps caps = new caps();
publicbool publicbool = new publicbool();
string appdata = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);

Expand Down Expand Up @@ -221,9 +222,6 @@ private void t1_Tick(object sender, EventArgs e)
}
}


caps caps = new caps();

Rectangle window = new Rectangle();
Rectangle edited = new Rectangle();
GetWindowRect(GetForegroundWindow(), out window);
Expand Down
1 change: 1 addition & 0 deletions caps.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion caps.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public caps()

publicbool publicbool = new publicbool();
private void caps_Load(object sender, EventArgs e)
{
{
publicbool.visible = true;
Opacity = 1;
if (IsKeyLocked(Keys.CapsLock))
Expand Down

0 comments on commit 02fe735

Please sign in to comment.