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>
import QtQuick 1.0
TextInput {
validator: IntValidator{bottom: 11; top: 31;}
validator: IntValidator { bottom: 11; top: 31 }
focus: true
}
</code>