diff --git a/app/qml/components/private/MMBaseSingleLineInput.qml b/app/qml/components/private/MMBaseSingleLineInput.qml index a0c124dc3..b1f818e67 100644 --- a/app/qml/components/private/MMBaseSingleLineInput.qml +++ b/app/qml/components/private/MMBaseSingleLineInput.qml @@ -92,7 +92,7 @@ MMBaseInput { radius: __style.radius12 RowLayout { - anchors .fill: parent + anchors.fill: parent spacing: __style.margin12 diff --git a/app/qml/form/editors/MMFormGalleryEditor.qml b/app/qml/form/editors/MMFormGalleryEditor.qml index 2008dcf4a..765918f3e 100644 --- a/app/qml/form/editors/MMFormGalleryEditor.qml +++ b/app/qml/form/editors/MMFormGalleryEditor.qml @@ -91,9 +91,7 @@ MMPrivateComponents.MMBaseInput { MMComponents.MMSingleClickMouseArea { anchors.fill: parent - onSingleClicked: { - root.createLinkedFeature( root._fieldFeatureLayerPair, root._fieldAssociatedRelation ) - } + onSingleClicked: root.createLinkedFeature( root._fieldFeatureLayerPair, root._fieldAssociatedRelation ) } }