Adjust convert action bar spacing
This commit is contained in:
parent
662ebc209c
commit
ccd75af936
4
main.go
4
main.go
|
|
@ -5918,10 +5918,8 @@ func buildConvertView(state *appState, src *videoSource) fyne.CanvasObject {
|
||||||
})
|
})
|
||||||
|
|
||||||
leftControls := container.NewHBox(resetBtn, loadCfgBtn, saveCfgBtn, autoCompareCheck)
|
leftControls := container.NewHBox(resetBtn, loadCfgBtn, saveCfgBtn, autoCompareCheck)
|
||||||
centerStatus := container.NewHBox(activity, statusLabel)
|
|
||||||
rightControls := container.NewHBox(cancelBtn, cancelQueueBtn, viewLogBtn, addQueueBtn, convertBtn)
|
rightControls := container.NewHBox(cancelBtn, cancelQueueBtn, viewLogBtn, addQueueBtn, convertBtn)
|
||||||
actionInner := container.NewBorder(nil, nil, leftControls, rightControls, centerStatus)
|
actionBar := container.NewHBox(leftControls, layout.NewSpacer(), rightControls)
|
||||||
actionBar := container.NewHBox(actionInner.Objects...)
|
|
||||||
|
|
||||||
// Start a UI refresh ticker to update widgets from state while conversion is active
|
// Start a UI refresh ticker to update widgets from state while conversion is active
|
||||||
// This ensures progress updates even when navigating between modules
|
// This ensures progress updates even when navigating between modules
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user