return zoom slider to its rightful place
This commit is contained in:
parent
6c3e960096
commit
7bb4ee96e7
@ -110,6 +110,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import ZoomOptionsPanel from './PanelComponents/VideoSettings/ZoomOptionsPanel.vue'
|
||||||
import CropOptionsPanel from './PanelComponents/VideoSettings/CropOptionsPanel'
|
import CropOptionsPanel from './PanelComponents/VideoSettings/CropOptionsPanel'
|
||||||
import StretchOptionsPanel from './PanelComponents/VideoSettings/StretchOptionsPanel'
|
import StretchOptionsPanel from './PanelComponents/VideoSettings/StretchOptionsPanel'
|
||||||
import Button from '../../../common/components/Button.vue'
|
import Button from '../../../common/components/Button.vue'
|
||||||
@ -160,7 +161,7 @@ export default {
|
|||||||
Button,
|
Button,
|
||||||
AlignmentOptionsControlComponent,
|
AlignmentOptionsControlComponent,
|
||||||
StretchOptionsPanel,
|
StretchOptionsPanel,
|
||||||
CropOptionsPanel
|
CropOptionsPanel, ZoomOptionsPanel
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user