Skip to content

Commit

Permalink
Minor usability changes
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Oct 25, 2023
1 parent ff64731 commit 1ff41d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/shapeworks/src/components/InfoTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export default {
</v-card-title>
<v-card-actions>
<v-spacer/>
<v-btn color="warning" @click="deleteLandmark(index)">
<v-btn color="red" @click="deleteLandmark(index)">
Yes, Delete This Landmark
</v-btn>
</v-card-actions>
Expand Down Expand Up @@ -346,6 +346,7 @@ export default {
<v-select
v-model="item.domain"
:items="anatomies.map((a) => a.replace('anatomy_', ''))"
:disabled="item.num_set > 0"
style="width: 80px"
/>
</template>
Expand Down

0 comments on commit 1ff41d8

Please sign in to comment.