We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b42d1b commit 70025a5Copy full SHA for 70025a5
src/main/java/de/doubleslash/keeptime/view/ViewController.java
@@ -440,6 +440,7 @@ private void initialize() throws IOException {
440
return Duration.between(work.getStartTime(), work.getEndTime()).getSeconds();
441
}).sum();
442
label.setText(DateFormatter.secondsToHHMMSS(seconds));
443
+ label.setFont(new Font("Arial", 9));
444
}
445
446
updateProjectColorTimeline();
0 commit comments