Skip to content

Commit

Permalink
Create button for changing height.
Browse files Browse the repository at this point in the history
Starting to implement #86
  • Loading branch information
Haroldo de Oliveira Pinheiro committed Jul 9, 2024
1 parent 395641b commit fb2f0ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/PixelEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@
>
<v-icon>mdi-import</v-icon>
</v-btn>
<v-btn
title="Set height"
@click="() => handleImportImage()"
>
<v-icon>mdi-human-male-height-variant</v-icon>
{{value.length}}
</v-btn>
</v-row>
</v-col>
</v-card-actions>
Expand Down

0 comments on commit fb2f0ec

Please sign in to comment.