Fixed coding style in doc example for TextField Plasma Component

Signed-off-by: Daker Fernandes Pinheiro <daker.pinheiro@openbossa.org>
This commit is contained in:
Daker Fernandes Pinheiro 2012-03-22 08:54:35 -03:00
parent dc1e5aa9cf
commit 161b548803

View File

@ -92,7 +92,7 @@ Properties:
<code> <code>
import QtQuick 1.0 import QtQuick 1.0
TextInput { TextInput {
validator: IntValidator{bottom: 11; top: 31;} validator: IntValidator { bottom: 11; top: 31 }
focus: true focus: true
} }
</code> </code>