Skip to content

Commit 70e7ee2

Browse files
committed
Fix example code indent
1 parent df53471 commit 70e7ee2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ <h2 id="project_tagline">A QML engine in a web browser.</h2>
3232
import QtQuick 2.0
3333

3434
Rectangle {
35-
width: 500; height: 200
36-
color: "lightgray"
35+
width: 500; height: 200
36+
color: "lightgray"
3737

38-
Text {
39-
id: helloText
40-
text: "Hello world!"
41-
anchors.verticalCenter: parent.verticalCenter
42-
anchors.horizontalCenter: parent.horizontalCenter
43-
font.pointSize: 24; font.bold: true
44-
}
38+
Text {
39+
id: helloText
40+
text: "Hello world!"
41+
anchors.verticalCenter: parent.verticalCenter
42+
anchors.horizontalCenter: parent.horizontalCenter
43+
font.pointSize: 24; font.bold: true
44+
}
4545
}
4646
</textarea>
4747
</div>

0 commit comments

Comments
 (0)