Skip to content

Commit

Permalink
increase 96px size
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Jun 19, 2024
1 parent dec0257 commit 6183c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func main() {
timeLabel.Alignment = fyne.TextAlignCenter
carbonLabel := canvas.NewText(fmt.Sprintf("%d ", carbonMetric), color.Black)
carbonLabel.TextStyle.Bold = true
carbonLabel.TextSize = 72
carbonLabel.TextSize = 96
carbonLabel.Alignment = fyne.TextAlignCenter
content := container.NewVBox(timeLabel, carbonLabel)
carbonLabel.Refresh()
Expand Down

0 comments on commit 6183c00

Please sign in to comment.