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 /demos/declarative/webbrowser/content/pics/addressbar-filled.sci | |
parent | d480c23bf54a4dce59b4d29c6276b875307b11ce (diff) | |
download | Qt-be4ed0f02bf6c46e5d9c915b1d0d2b38c40bdfda.zip Qt-be4ed0f02bf6c46e5d9c915b1d0d2b38c40bdfda.tar.gz Qt-be4ed0f02bf6c46e5d9c915b1d0d2b38c40bdfda.tar.bz2 |
Change .sci syntax to match BorderImage.
Diffstat (limited to 'demos/declarative/webbrowser/content/pics/addressbar-filled.sci')
-rw-r--r-- | demos/declarative/webbrowser/content/pics/addressbar-filled.sci | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/demos/declarative/webbrowser/content/pics/addressbar-filled.sci b/demos/declarative/webbrowser/content/pics/addressbar-filled.sci index 464dbf5..96c5efb 100644 --- a/demos/declarative/webbrowser/content/pics/addressbar-filled.sci +++ b/demos/declarative/webbrowser/content/pics/addressbar-filled.sci @@ -1,6 +1,6 @@ -gridLeft: 7 -gridTop: 7 -gridBottom: 7 -gridRight: 7 -imageFile: addressbar-filled.png +border.left: 7 +border.top: 7 +border.bottom: 7 +border.right: 7 +source: addressbar-filled.png |