summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@nokia.com>2010-07-16 16:12:06 +0200
committerYoann Lopes <yoann.lopes@nokia.com>2010-07-16 16:12:06 +0200
commitb16b17ae31b1fcaa26d14b984957fd1140ee58ee (patch)
treed598ebc023c182e9902c91340860fbd0a87e90f7
parent6782c14214210cc5c76c97db34a195ca27602cbd (diff)
Better quality Qt logo.
-rw-r--r--resources/example.qml3
-rw-r--r--resources/logo.pngbin1478 -> 0 bytes
-rw-r--r--resources/qt-logo.pngbin0 -> 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
deleted file mode 100644
index d75936b..0000000
--- a/resources/logo.png
+++ /dev/null
Binary files differ
diff --git a/resources/qt-logo.png b/resources/qt-logo.png
new file mode 100644
index 0000000..04155dc
--- /dev/null
+++ b/resources/qt-logo.png
Binary files differ