Skip to content

Commit a39ad1d

Browse files
ddamkeddamke
authored andcommitted
fix format
1 parent d6f9b37 commit a39ad1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/main/java/de/doubleslash/keeptime/viewpopup/GlobalScreenListener.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ public class GlobalScreenListener implements NativeKeyListener, NativeMouseMotio
6767

6868
public GlobalScreenListener() {
6969

70-
disableJNativeHookLogger();
70+
disableJNativeHookLogger();
7171

72-
GlobalScreen.addNativeKeyListener(this);
73-
GlobalScreen.addNativeMouseMotionListener(this);
72+
GlobalScreen.addNativeKeyListener(this);
73+
GlobalScreen.addNativeMouseMotionListener(this);
7474
}
7575

7676
public void register(final boolean register) {

src/main/resources/css/settingsv2.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-fx-border-color: lightgrey;
44
-fx-border-style: hidden hidden solid hidden;
55
-fx-spacing: 5px;
6-
-fx-padding: 0 0 5 0;
6+
-fx-padding: 0 0 5 0;
77

88
}
99

0 commit comments

Comments
 (0)