Move delete sample icon, fix sporadic bug

This commit is contained in:
Kevin Thomas
2022-08-29 14:53:25 -07:00
parent aae33a6121
commit 2d71af03d0
2 changed files with 19 additions and 11 deletions

View File

@@ -652,20 +652,26 @@
<v-row
justify="center"
>
<h2 class="mb-5">
{{ sample.name }}
</h2>
<v-col />
<v-col>
<h2 class="mb-5">
{{ sample.name }}
</h2>
</v-col>
<v-col>
<v-btn
icon
:disabled="playDisabled"
@click="removeSample(index)"
>
<v-icon>mdi-delete</v-icon>
</v-btn>
</v-col>
</v-row>
<v-row>
<v-btn
icon
:disabled="playDisabled"
@click="removeSample(index)"
>
<v-icon>mdi-delete</v-icon>
</v-btn>
<v-slider
v-model="sample.volume"
label="Volume"