We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91c2ac commit 959e642Copy full SHA for 959e642
.github/workflows/docs.yaml
@@ -5,7 +5,7 @@ on:
5
branches:
6
- master
7
paths:
8
- - docs
+ - docs/**
9
- mkdocs.yml
10
jobs:
11
deploy:
docs/line-number.md
@@ -50,7 +50,7 @@ codeView.setHighlightCurrentLineColor(Color.GREY);
50
codeView.setLineNumberTextColor(Color.GREY);
51
```
52
53
-### Set line number text size
+### Set line number text size in pixels, it recommended to set it within the range of text size
54
55
``` java
56
codeView.setLineNumberTextSize(size like 30f);
0 commit comments