From fa2539b132531e94e2ea898507e3bd5847420690 Mon Sep 17 00:00:00 2001 From: ubbo Date: Wed, 16 Oct 2013 00:33:44 +0000 Subject: layout git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@1069 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- qml/keydetails.qml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/qml/keydetails.qml b/qml/keydetails.qml index d4795e7..c363210 100644 --- a/qml/keydetails.qml +++ b/qml/keydetails.qml @@ -60,22 +60,22 @@ Rectangle { } - Image { - id: image1 + Rectangle { + id: rectangle1 x: 0 y: 0 width: 107 - height: 229 - source: "qrc:/wizard_keys.png" + height: 1200 + color: "#978c79" } - Rectangle { - id: rectangle1 + Image { + id: image1 x: 0 y: 0 width: 107 - height: 1200 - color: "#978c79" + height: 229 + source: "qrc:/wizard_keys.png" } Text { -- cgit v1.2.3