mirror of https://github.com/kivy/kivy.git
Spacing is different from padding, fixing doc.
This commit is contained in:
parent
2d776364fb
commit
06372db288
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue