diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-10-05 04:56:07 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-10-05 04:56:07 (GMT) |
commit | be4ed0f02bf6c46e5d9c915b1d0d2b38c40bdfda (patch) | |
tree | 1cb384714156589639b0bce1946991ddbd1f2927 /examples/declarative/border-image | |
parent | d480c23bf54a4dce59b4d29c6276b875307b11ce (diff) | |
download | Qt-be4ed0f02bf6c46e5d9c915b1d0d2b38c40bdfda.zip Qt-be4ed0f02bf6c46e5d9c915b1d0d2b38c40bdfda.tar.gz Qt-be4ed0f02bf6c46e5d9c915b1d0d2b38c40bdfda.tar.bz2 |
Change .sci syntax to match BorderImage.
Diffstat (limited to 'examples/declarative/border-image')
-rw-r--r-- | examples/declarative/border-image/colors-round.sci | 10 | ||||
-rw-r--r-- | examples/declarative/border-image/colors-stretch.sci | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/examples/declarative/border-image/colors-round.sci b/examples/declarative/border-image/colors-round.sci index 3784e10..506f6f5 100644 --- a/examples/declarative/border-image/colors-round.sci +++ b/examples/declarative/border-image/colors-round.sci @@ -1,7 +1,7 @@ -gridLeft:30 -gridTop:30 -gridRight:30 -gridBottom:30 +border.left:30 +border.top:30 +border.right:30 +border.bottom:30 horizontalTileRule:Round verticalTileRule:Round -imageFile:colors.png +source:colors.png diff --git a/examples/declarative/border-image/colors-stretch.sci b/examples/declarative/border-image/colors-stretch.sci index c693599..e4989a7 100644 --- a/examples/declarative/border-image/colors-stretch.sci +++ b/examples/declarative/border-image/colors-stretch.sci @@ -1,5 +1,5 @@ -gridLeft:30 -gridTop:30 -gridRight:30 -gridBottom:30 -imageFile:colors.png +border.left:30 +border.top:30 +border.right:30 +border.bottom:30 +source:colors.png |