example/scatter: add size to show that when we are scaling the scatter, size is unchanged

This commit is contained in:
Mathieu Virbel 2012-01-23 11:28:36 +01:00
parent 353178625e
commit 6286d2f387
1 changed files with 3 additions and 1 deletions

View File

@ -36,6 +36,9 @@
Label:
text: 'Position\n' + str(root.pos)
text_size: (root.width, None)
Label:
text: 'Size\n' + str(root.size)
text_size: (root.width, None)
Label:
text: 'Center\n' + str(root.center)
text_size: (root.width, None)
@ -48,4 +51,3 @@
Label:
text: 'Right\n' + str(root.right)
text_size: (root.width, None)