diff options
Diffstat (limited to 'examples/declarative/velocity')
-rw-r--r-- | examples/declarative/velocity/Day.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/declarative/velocity/Day.qml b/examples/declarative/velocity/Day.qml index 8f78822..5154c91 100644 --- a/examples/declarative/velocity/Day.qml +++ b/examples/declarative/velocity/Day.qml @@ -11,7 +11,6 @@ Rect { x: 10 y: 10 source: "cork.jpg" - opaque: true } Text { x: 20 |