Parcourir la source

statistics util panel

leonsal il y a 8 ans
Parent
commit
6b0c5544bd
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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
 // StatsTable is a gui.Table panel with statistics
 type StatsTable struct {
 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
 	stats      *Stats   // statistics object
 }
 }