aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-03-03 00:04:14 +0100
committerJari-Pekka Nurmi <jpnurmi@theqtcompany.com>2015-03-03 02:02:21 +0200
commitcafb2669f1cfd46087c922c7078e205e68a6cdb8 (patch)
tree7ec2630b44555029709a11e14106b3a704f64568 /examples
parentaceaa093f90fd006e5b2d9523b8ed6cab7b8577d (diff)
Update padding usage in examples
Change-Id: Id1f983b242a0daa6b89f3b055d1b726e0a2ea049 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/calendar/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/calendar/main.qml b/examples/quick/calendar/main.qml
index b7567d76..686e59e1 100644
--- a/examples/quick/calendar/main.qml
+++ b/examples/quick/calendar/main.qml
@@ -94,7 +94,7 @@ ApplicationWindow {
month: model.month
year: model.year
- padding.top: title.height
+ topPadding: title.height
Column {
id: title
x: delegate.contentItem.x
@@ -113,7 +113,7 @@ ApplicationWindow {
}
}
- padding.left: weekNumbers.width
+ leftPadding: weekNumbers.width
WeekNumberColumn {
id: weekNumbers
month: model.month