Skip to content

Commit

Permalink
Larger fontsize
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Aug 29, 2024
1 parent 84f1294 commit bf63b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ function stateModelFactory() {
* #getter
*/
get fontSize() {
return Math.min(Math.max(6, self.rowHeight - 8), 18)
return Math.min(Math.max(6, self.rowHeight - 3), 18)
},
/**
* #getter
Expand Down

0 comments on commit bf63b18

Please sign in to comment.