Skip to content

Commit

Permalink
Adjust Row_printRate column width in PCPDynamicColumn_setupWidth
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanGitHub committed Oct 27, 2024
1 parent f3673f3 commit e0aaa54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcp/PCPDynamicColumn.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ static void PCPDynamicColumn_setupWidth(ATTR_UNUSED ht_key_t key, void* value, A

pmUnits units = desc->units;
if (units.dimSpace && units.dimTime)
column->super.width = 11; // Row_printRate
column->super.width = 8; // Row_printRate
else if (units.dimSpace)
column->super.width = 5; // Row_printBytes
else if (units.dimCount && units.dimTime)
Expand Down

0 comments on commit e0aaa54

Please sign in to comment.