Spacing is different from padding, fixing doc.

This commit is contained in:
Julien Miotte 2012-11-17 14:15:03 +01:00
parent 2d776364fb
commit 06372db288
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class GridLayout(Layout):
'''
spacing = NumericProperty(0)
'''Spacing between widget box and children, in pixels.
'''Spacing between children, in pixels.
:data:`spacing` is a :class:`~kivy.properties.NumericProperty`, default to
0.