diff options
Diffstat (limited to 'examples/declarative/slideswitch/display.qml')
-rw-r--r-- | examples/declarative/slideswitch/display.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/slideswitch/display.qml b/examples/declarative/slideswitch/display.qml index bd9b122..346ffb1 100644 --- a/examples/declarative/slideswitch/display.qml +++ b/examples/declarative/slideswitch/display.qml @@ -1,6 +1,6 @@ import Qt 4.6 -Rect { +Rectangle { color: "white" width: 150 height: 150 |