aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-02-05 15:42:31 +1000
committerBea Lam <bea.lam@nokia.com>2010-02-05 15:42:31 +1000
commite8ec38c1a49fa202e7232f036d65b9daa3edcfa7 (patch)
treee0c0548dbf0ad52c2e4e38bae7142617c036ec52 /share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml
parente0e5d94bb5af854e253e60c7d6227e5685df0da9 (diff)
Fix ids that start with uppercase letters that were missed
previously.
Diffstat (limited to 'share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml')
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml
index 1f26cffa49..1fe7128b31 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml
@@ -5,13 +5,13 @@ QScrollArea {
widgetResizable: true;
styleSheetFile: ":/qmldesigner/scrollbar.css";
horizontalScrollBarPolicy: "Qt::ScrollBarAlwaysOff";
- id: ExtendedPane;
+ id: extendedPane;
visible: false;
visible: false;
- content: ProperyEditorExtended;
+ content: properyEditorExtended;
QFrame {
minimumHeight: 440;
- id: ProperyEditorExtended
+ id: properyEditorExtended
layout: QVBoxLayout {
topMargin: 0;
bottomMargin: 0;