mirror of https://github.com/kivy/kivy.git
doc: fix designing with kv
This commit is contained in:
parent
ba7a7dabb6
commit
725c9fe9de
|
@ -24,7 +24,7 @@ If you execute that application without kv, it will work... but nothing will be
|
|||
showed on the screen. That's normal: `Controller` class have no widget in it,
|
||||
it's just a Layout. We can now create a kv file and create the UI around the
|
||||
`Controller` class in a file named `controller.kv`. The relation between the
|
||||
previous file and the kv is described in the :class:`kivy.app.App` class. ::
|
||||
previous file and the kv is described in the :class:`kivy.app.App` class.
|
||||
|
||||
.. include:: ../../../examples/guide/designwithkv/controller.kv
|
||||
:literal:
|
||||
|
|
Loading…
Reference in New Issue