Don't use anchors inside Control.contentItem
Instead use proper API for adding padding: leftPadding and rightPadding. This makes the code a bit cleaner and guard use from some undefined behaviors.
Instead use proper API for adding padding: leftPadding and rightPadding. This makes the code a bit cleaner and guard use from some undefined behaviors.