diff options
| author | Yoann Lopes <yoann.lopes@nokia.com> | 2010-07-16 16:12:06 +0200 |
|---|---|---|
| committer | Yoann Lopes <yoann.lopes@nokia.com> | 2010-07-16 16:12:06 +0200 |
| commit | b16b17ae31b1fcaa26d14b984957fd1140ee58ee (patch) | |
| tree | d598ebc023c182e9902c91340860fbd0a87e90f7 | |
| parent | 6782c14214210cc5c76c97db34a195ca27602cbd (diff) | |
Better quality Qt logo.
| -rw-r--r-- | resources/example.qml | 3 | ||||
| -rw-r--r-- | resources/logo.png | bin | 1478 -> 0 bytes | |||
| -rw-r--r-- | resources/qt-logo.png | bin | 0 -> 2323 bytes |
3 files changed, 1 insertions, 2 deletions
diff --git a/resources/example.qml b/resources/example.qml index f6e8f51..aaea028 100644 --- a/resources/example.qml +++ b/resources/example.qml @@ -60,7 +60,6 @@ Item { id: image1 width: 135 height: 31 - opacity: 0.8 anchors.top: parent.top anchors.topMargin: 9 anchors.right: parent.right @@ -69,7 +68,7 @@ Item { anchors.leftMargin: 0 fillMode: "PreserveAspectFit" smooth: true - source: "logo.png" + source: "qt-logo.png" } Rectangle { diff --git a/resources/logo.png b/resources/logo.png Binary files differdeleted file mode 100644 index d75936b..0000000 --- a/resources/logo.png +++ /dev/null diff --git a/resources/qt-logo.png b/resources/qt-logo.png Binary files differnew file mode 100644 index 0000000..04155dc --- /dev/null +++ b/resources/qt-logo.png |
