forked from qt-creator/qt-creator
EffectComposer: Adjust "Set Custom Image" button positioning
Change-Id: I9da9cc267d7bf6a32c62e1b6e36797c0e4e6096a Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user