Skip to content
4 changes: 2 additions & 2 deletions src/Classes/ComparePowerReportListControl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ local ComparePowerReportListClass = newClass("ComparePowerReportListControl", "L
{ width = width * 0.10, label = "Category", sortable = true },
{ width = width * 0.44, label = "Name" },
self.impactColumn,
{ width = width * 0.08, label = "Points", sortable = true },
{ width = width * 0.16, label = "Per Point", sortable = true },
{ width = width * 0.06, label = "Points", sortable = true },
{ width = width * 0.14, label = "Per Point", sortable = true },
}
self.colLabels = true
self.showRowSeparators = true
Expand Down
Loading
Loading