79293217

Date: 2024-12-19 05:56:20
Score: 1
Natty:
Report link

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
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: john_d