Skip to content

Commit 959e642

Browse files
committed
Update line number text size doc and github jot path for trigger
1 parent d91c2ac commit 959e642

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
paths:
8-
- docs
8+
- docs/**
99
- mkdocs.yml
1010
jobs:
1111
deploy:

docs/line-number.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ codeView.setHighlightCurrentLineColor(Color.GREY);
5050
codeView.setLineNumberTextColor(Color.GREY);
5151
```
5252

53-
### Set line number text size
53+
### Set line number text size in pixels, it recommended to set it within the range of text size
5454

5555
``` java
5656
codeView.setLineNumberTextSize(size like 30f);

0 commit comments

Comments
 (0)