mirror of https://github.com/kivy/kivy.git
documentation fix
This commit is contained in:
parent
c00589e5be
commit
c091ee5d0c
|
@ -54,7 +54,7 @@ to customize the design of the title bar.
|
|||
[WARNING] [Accordion] need 440px, got 100px
|
||||
[WARNING] [Accordion] layout aborted.
|
||||
|
||||
That's mean you have too many children, and they are no more space to
|
||||
That means you have too many children, and they are no more space to
|
||||
display any content. This is "normal", and nothing will be done. Try to
|
||||
increase the space for the accordion, and reduce the number of children. You
|
||||
can also reduce the :attr:`Accordion.min_space`.
|
||||
|
|
Loading…
Reference in New Issue