Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma-axis committed Jul 14, 2024
1 parent ae7bfa9 commit e300d89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ rate_boost=10
- `tip_delay` で,マウスがボタン上に移動してからツールチップが表示されるまでの時間を指定できます.
指定はミリ秒 ($\tfrac{1}{1000}$ 秒) 単位で,最小値は `0`, 最大値は `60000` (1 分), 初期値は `340` (3.4 秒) です.
指定はミリ秒 ($\tfrac{1}{1000}$ 秒) 単位で,最小値は `0`, 最大値は `60000` (1 分), 初期値は `340` (0.34 秒) です.
- `tip_duration` で,マウスを動かしていなくてもツールチップが自動的に消えるまでの存続時間を指定できます.
Expand Down
2 changes: 1 addition & 1 deletion assets/reactive_dlg.ini
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ tip_text_color=-1
; tip_delay
; マウスがボタン上に移動してからツールチップが表示されるまでの
; 遅延時間をミリ秒単位で指定します.
; 最小値は 0, 最大値は 60000 (1 分), 初期値は 340 (3.4 秒).
; 最小値は 0, 最大値は 60000 (1 分), 初期値は 340 (0.34 秒).
; tip_duration
; マウスを動かしていなくてもツールチップが自動的に消えるまでの
; 存続時間をミリ秒単位で指定します.
Expand Down

0 comments on commit e300d89

Please sign in to comment.