Skip to content

Commit

Permalink
CC-127 Change setting label from color widget to color legend
Browse files Browse the repository at this point in the history
  • Loading branch information
aranega committed Jan 8, 2025
1 parent 4520ef2 commit 166ff6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/viewer_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export class ViewerSettingsPanel extends SidePanel {
"Enable adaptive downsampling",
viewer.enableAdaptiveDownsampling,
);
addCheckbox("Enable layer color widget", viewer.enableLayerColorWidget);
addCheckbox("Enable layer color legend", viewer.enableLayerColorWidget);

const addColor = (label: string, value: WatchableValueInterface<vec3>) => {
const labelElement = document.createElement("label");
Expand Down

0 comments on commit 166ff6f

Please sign in to comment.