Skip to content

Commit

Permalink
chore: improve method name
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrokohler committed Nov 27, 2024
1 parent 47712cb commit bd2529e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4486,7 +4486,7 @@ class VolumeImageViewer {
*
* @param {Object} segment - The segment for which to show the overlay
*/
addOverlay (segment) {
addSegmentOverlay (segment) {
let title = segment.segment.propertyType.CodeMeaning
const padding = Math.round((16 - title.length) / 2)
title = title.padStart(title.length + padding)
Expand Down

0 comments on commit bd2529e

Please sign in to comment.