aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {