Skip to content

Commit 70025a5

Browse files
committed
I've set the fontsize of all projecttime labels to 9
1 parent 0b42d1b commit 70025a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/de/doubleslash/keeptime/view/ViewController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ private void initialize() throws IOException {
440440
return Duration.between(work.getStartTime(), work.getEndTime()).getSeconds();
441441
}).sum();
442442
label.setText(DateFormatter.secondsToHHMMSS(seconds));
443+
label.setFont(new Font("Arial", 9));
443444
}
444445

445446
updateProjectColorTimeline();

0 commit comments

Comments
 (0)