Skip to content

Commit 211bd0d

Browse files
author
Martin
committed
changed project label font size to 10 (the biggest size that fits into the application)
1 parent 70025a5 commit 211bd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +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));
443+
label.setFont(new Font("Arial", 10));
444444
}
445445

446446
updateProjectColorTimeline();

0 commit comments

Comments
 (0)