summaryrefslogtreecommitdiffstats
path: root/qml/GlimmeringQtLogo.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/GlimmeringQtLogo.qml')
-rw-r--r--qml/GlimmeringQtLogo.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/GlimmeringQtLogo.qml b/qml/GlimmeringQtLogo.qml
index 2e82be6..567a445 100644
--- a/qml/GlimmeringQtLogo.qml
+++ b/qml/GlimmeringQtLogo.qml
@@ -27,7 +27,7 @@ Item {
Image {
id: image
- width: engine.centimeter() * 1.5;
+ width: engine.centimeter() * 1.2;
height: width * sourceSize.height / sourceSize.width;
source: "images/qt-logo.png"