Skip to content
Snippets Groups Projects
Commit 02eeb4f2 authored by Nicolas Camera's avatar Nicolas Camera
Browse files

Se posiciona abajo la opción de metadata

parent 8be3f7e8
No related branches found
No related tags found
1 merge request!4Se agrega nueva configuración para el graficador3D
......@@ -185,15 +185,6 @@
{{ "i18n.object.grid" | translate | titleCase }}
</label>
<label class="d-block">
<input
type="checkbox"
[checked]="graphProps.showMetaData"
(click)="changeMetaDataVisibility()"
/>
{{ "i18n.object.metaData" | translate | titleCase }}
</label>
<label class="d-block">
<input
type="checkbox"
......@@ -218,6 +209,17 @@
style="width: 55px"
/>
</div>
<hr style="margin-block: 0.75rem 0.5rem" />
<label class="d-block">
<input
type="checkbox"
[checked]="graphProps.showMetaData"
(click)="changeMetaDataVisibility()"
/>
{{ "i18n.object.metaData" | translate | titleCase }}
</label>
</div>
</ng-template>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment