Open arpit opened 14 years ago
The container sets the values of the padding when no padding is set because internally it creates a padding object of 0,0,0,0. initX initY are not respected.
workaround: Set the container's padding to the initX/Y values
The container sets the values of the padding when no padding is set because internally it creates a padding object of 0,0,0,0. initX initY are not respected.
workaround: Set the container's padding to the initX/Y values