If you want to adjust vertical gap in Flow, you can wrap your Button by Item:
Item { height: yourButton.height + gapYouWantToSet width: yourButton.width Button { id: yourButton } }