diff --git a/components/StandardDropdown.qml b/components/StandardDropdown.qml index 7ff021ed..82f9406a 100644 --- a/components/StandardDropdown.qml +++ b/components/StandardDropdown.qml @@ -32,6 +32,7 @@ import "../components" as MoneroComponents Item { id: dropdown + property int itemTopMargin: 0 property alias dataModel: repeater.model property string shadowPressedColor property string shadowReleasedColor @@ -76,6 +77,7 @@ Item { anchors.left: parent.left anchors.right: parent.right anchors.top: parent.top + anchors.topMargin: parent.itemTopMargin height: dropdown.dropdownHeight Rectangle {