Skip to content

Commit 87dbc37

Browse files
committed
feat: support utf-8
1 parent 3e39f5f commit 87dbc37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/com/huayi/intellijplatform/gitstats/toolWindow/GitStatsWindowFactory.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ class GitStatsWindowFactory : ToolWindowFactory {
4848
var (startTime, endTime) = Utils.getThisWeekDateTimeRange()
4949
var defaultMode = "Top-speed"
5050
val table = JBTable().apply {
51-
font = Font("Arial", Font.PLAIN, 14)
52-
tableHeader.font = Font("Arial", Font.BOLD, 14)
51+
font = Font("Microsoft YaHei", Font.PLAIN, 14)
52+
tableHeader.font = Font("Microsoft YaHei", Font.BOLD, 14)
5353
border = BorderFactory.createEmptyBorder(0, 0, 0, 0)
5454
columnSelectionAllowed = false
5555
rowSelectionAllowed = true

0 commit comments

Comments
 (0)