소스 검색

statistics util panel

leonsal 8 년 전
부모
커밋
6b0c5544bd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      util/stats/table.go

+ 2 - 2
util/stats/table.go

@@ -8,8 +8,8 @@ import (
 
 // StatsTable is a gui.Table panel with statistics
 type StatsTable struct {
-	*gui.Table          // embedded table
-	fields     []*field // array of fields
+	*gui.Table          // embedded table panel
+	fields     []*field // array of fields to show
 	stats      *Stats   // statistics object
 }