EffectComposer: Adjust "Set Custom Image" button positioning

Change-Id: I9da9cc267d7bf6a32c62e1b6e36797c0e4e6096a
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
This commit is contained in:
Miikka Heikkinen
2024-10-21 13:59:38 +03:00
parent bb047b04bd
commit 52679bbc21

View File

@@ -133,11 +133,14 @@ StudioControls.ComboBox {
Item {
id: setCustomItem
width: parent.width
height: 40
height: 50
HelperWidgets.Button {
anchors.fill: parent
anchors.margins: 2
anchors.bottomMargin: 2
anchors.topMargin: col.padding
anchors.leftMargin: col.padding
anchors.rightMargin: col.padding
text: qsTr("Set Custom Image")
onClicked: {
EffectComposerBackend.effectComposerModel.chooseCustomPreviewImage()