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

Commit 02fe735

Browse files
author
skver0
committed
Realigned stuff + Fixed capslock form not being topmost
1 parent bb22a37 commit 02fe735

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Main.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ public Main()
9393
bool helpdialog = false;
9494
PowerStatus battery = SystemInformation.PowerStatus;
9595
Help help = new Help();
96+
caps caps = new caps();
9697
publicbool publicbool = new publicbool();
9798
string appdata = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
9899

@@ -221,9 +222,6 @@ private void t1_Tick(object sender, EventArgs e)
221222
}
222223
}
223224

224-
225-
caps caps = new caps();
226-
227225
Rectangle window = new Rectangle();
228226
Rectangle edited = new Rectangle();
229227
GetWindowRect(GetForegroundWindow(), out window);

caps.Designer.cs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

caps.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public caps()
1919

2020
publicbool publicbool = new publicbool();
2121
private void caps_Load(object sender, EventArgs e)
22-
{
22+
{
2323
publicbool.visible = true;
2424
Opacity = 1;
2525
if (IsKeyLocked(Keys.CapsLock))

0 commit comments

Comments
 (0)