Skip to content

Commit

Permalink
Merge pull request #13571 from danferns/bpm_width_fix
Browse files Browse the repository at this point in the history
Fix BPM and Bitrate columns were wider than normal
  • Loading branch information
Swiftb0y authored Aug 14, 2024
2 parents a18b4cb + 7a9dc57 commit 42ef112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/basetracktablemodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ QVariant BaseTrackTableModel::roleValue(
return QVariant::fromValue(KeyUtils::keyToColor(key, s_keyColorPalette));
}
default:
break;
return QVariant();
}
break;
}
Expand Down

0 comments on commit 42ef112

Please sign in to comment.