summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2011-11-21 11:51:59 +0100
committerFrederik Gladhorn <frederik.gladhorn@nokia.com>2011-12-09 16:27:18 +0100
commitcb8b0a51dc359954d4d82ac956a035af7b85d390 (patch)
tree585b608f2a1dcac2ceee107716c4d82e05e98294 /examples
parent36a8394828d6877893b44adfbc972c4de06901da (diff)
downloadqtquickcontrols-cb8b0a51dc359954d4d82ac956a035af7b85d390.tar.gz
Fix whitespace.
Diffstat (limited to 'examples')
-rw-r--r--examples/content/Panel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/content/Panel.qml b/examples/content/Panel.qml
index 80134f75..366e6f1d 100644
--- a/examples/content/Panel.qml
+++ b/examples/content/Panel.qml
@@ -69,7 +69,7 @@ Rectangle {
spacing:12
Button { width: parent.width - 12; text: "Close Panel"; onClicked: sidebar.show = false}
- TextField{ id:textfield; text: "Some text" ; width: parent.width - 12}
+ TextField { id: textfield; text: "Some text" ; width: parent.width - 12}
SpinBox { width: parent.width - 12}
CheckBox{ id: expander; text:"Sliders"}
}