Procházet zdrojové kódy

statistics util panel

leonsal před 8 roky
rodič
revize
6b0c5544bd
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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
 }