diff --git a/examples/demo/kivycatalog/container_kvs/TextContainer.kv b/examples/demo/kivycatalog/container_kvs/TextContainer.kv index 643125915..657cdba4b 100644 --- a/examples/demo/kivycatalog/container_kvs/TextContainer.kv +++ b/examples/demo/kivycatalog/container_kvs/TextContainer.kv @@ -10,8 +10,8 @@ BoxLayout: background_color: .8, .8, 0, 1 size_hint: 1, 3 TextInput: - text: "Password (but you can't see it)" password: True + text: "Password (but you can't see it)" multiline: False on_text: viewer.text = self.text TextInput: