return zoom slider to its rightful place

This commit is contained in:
Tamius Han 2023-01-06 19:03:35 +01:00
parent 6c3e960096
commit 7bb4ee96e7

View File

@ -110,6 +110,7 @@
</template>
<script>
import ZoomOptionsPanel from './PanelComponents/VideoSettings/ZoomOptionsPanel.vue'
import CropOptionsPanel from './PanelComponents/VideoSettings/CropOptionsPanel'
import StretchOptionsPanel from './PanelComponents/VideoSettings/StretchOptionsPanel'
import Button from '../../../common/components/Button.vue'
@ -160,7 +161,7 @@ export default {
Button,
AlignmentOptionsControlComponent,
StretchOptionsPanel,
CropOptionsPanel
CropOptionsPanel, ZoomOptionsPanel
},
methods: {