aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2013-10-16 00:33:44 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2013-10-16 00:33:44 +0000
commitfa2539b132531e94e2ea898507e3bd5847420690 (patch)
treef7fc5ec79038a54246cbc46d37afc6bf6d0c60c8
parentlayout (diff)
downloadgpg4usb-fa2539b132531e94e2ea898507e3bd5847420690.tar.gz
gpg4usb-fa2539b132531e94e2ea898507e3bd5847420690.zip
layout
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@1069 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r--qml/keydetails.qml16
1 files 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 {