specifying height width versus using anchors.fill
Solved
General and Desktop
-
Is there a difference between saying:
height: parent.height width: parent.width
and saying:
anchors.fill: parent
hi @Circuits
@Circuits said in specifying height width versus using anchors.fill:Is there a difference between saying:
height: parent.height
width: parent.widthand saying:
anchors.fill: pareni would say everything is different except the visual aspect if there is one