Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 959e642

Browse files
committedMar 27, 2023
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.