[NUI] Fix GridLayout logic (#1814)
authorneostom432 <31119276+neostom432@users.noreply.github.com>
Thu, 9 Jul 2020 07:38:25 +0000 (16:38 +0900)
committerGitHub <noreply@github.com>
Thu, 9 Jul 2020 07:38:25 +0000 (16:38 +0900)
commite57bced93ee0ef7d67cc8faebb8647b7365f7dc2
tree3002f1fe99144e2709ace80a0b7837ea47477397
parent2947ecdf5cb3ee0e17766dcca06bac881f6e2d82
[NUI] Fix GridLayout logic (#1814)

Previously, children of GridLayout inherits top position of parents so if
positionY of GridLayout is not 0, the children are also moved same size.

Now, they don't inherit top position of parents.
src/Tizen.NUI/src/public/Layouting/GridLayout.cs