This commit is contained in:
2026-03-28 00:59:59 -03:00
parent f6ef95ebea
commit 8a90436f33
7 changed files with 260 additions and 195 deletions

View File

@@ -138,7 +138,7 @@ function onJobStarted(newJobId: string) {
<!-- === BBOX EDITOR MODE === -->
<div v-else-if="pipeline.layoutMode === 'bbox_editor'" class="editor-layout">
<div class="editor-top">
<SplitPane direction="horizontal" :initial-size="210" size-mode="px" :min="210" :max="350" anchor="second">
<SplitPane direction="horizontal" :initial-size="245" size-mode="px" :min="245" :max="350" anchor="second">
<template #first>
<FramePanel :source="source" :status="status" :overlays="editorOverlays" :frame-image="currentFrameImage" :editor-boxes="editorBoxes" />
</template>