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 {
|
Item {
|
||||||
id: setCustomItem
|
id: setCustomItem
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: 40
|
height: 50
|
||||||
|
|
||||||
HelperWidgets.Button {
|
HelperWidgets.Button {
|
||||||
anchors.fill: parent
|
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")
|
text: qsTr("Set Custom Image")
|
||||||
onClicked: {
|
onClicked: {
|
||||||
EffectComposerBackend.effectComposerModel.chooseCustomPreviewImage()
|
EffectComposerBackend.effectComposerModel.chooseCustomPreviewImage()
|
||||||
|
Reference in New Issue
Block a user