mirror of https://github.com/kivy/kivy.git
improve floatlayout docs
This commit is contained in:
parent
52b2b42bac
commit
1b7b40e81f
|
@ -2,8 +2,8 @@
|
|||
Float Layout
|
||||
============
|
||||
|
||||
The :class:`FloatLayout` class honors only the :attr:`Widget.pos_hint` and
|
||||
:attr:`Widget.size_hint` attributes.
|
||||
:class:`FloatLayout` honors the :attr:`~kivy.uix.widget.Widget.pos_hint`
|
||||
and the :attr:`~kivy.uix.widget.Widget.size_hint` properties of its children.
|
||||
|
||||
.. only:: html
|
||||
|
||||
|
|
Loading…
Reference in New Issue