mirror of https://github.com/kivy/kivy.git
Textinput: add versionadded info for `border` instruction
This commit is contained in:
parent
b0b172aeaa
commit
ae70d9d10e
|
@ -1477,6 +1477,8 @@ class TextInput(Widget):
|
|||
graphics instruction. Used with :data:`background_normal` and
|
||||
:data:`background_active`. Can be used for a custom background.
|
||||
|
||||
.. versionadded:: 1.4.1
|
||||
|
||||
It must be a list of four values: (top, right, bottom, left). Read the
|
||||
BorderImage instruction for more information about how to use it.
|
||||
|
||||
|
|
Loading…
Reference in New Issue