Skip to content

Commit 0b42d1b

Browse files
committed
I've set the font of the bigTimeLabel to arial and size 60
1 parent bb5888c commit 0b42d1b

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
@@ -169,6 +169,7 @@ public void changeProject(final Project newProject, final long minusSeconds) {
169169
private void initialize() throws IOException {
170170

171171
bigTimeLabel.setText("00:00:00");
172+
bigTimeLabel.setFont(new Font("Arial", 60));
172173
allTimeLabel.setText("00:00:00");
173174
todayAllSeconds.setText("00:00:00");
174175

0 commit comments

Comments
 (0)