mirror of https://github.com/kivy/kivy.git
fix GridLayout doc
This commit is contained in:
parent
0d1156a14f
commit
4ea835defc
|
@ -150,7 +150,7 @@ class GridLayout(Layout):
|
|||
longer set this to a negative value.
|
||||
|
||||
:attr:`cols` is a :class:`~kivy.properties.NumericProperty` and defaults to
|
||||
0.
|
||||
None.
|
||||
'''
|
||||
|
||||
rows = BoundedNumericProperty(None, min=0, allownone=True)
|
||||
|
@ -161,7 +161,7 @@ class GridLayout(Layout):
|
|||
longer set this to a negative value.
|
||||
|
||||
:attr:`rows` is a :class:`~kivy.properties.NumericProperty` and defaults to
|
||||
0.
|
||||
None.
|
||||
'''
|
||||
|
||||
col_default_width = NumericProperty(0)
|
||||
|
|
Loading…
Reference in New Issue