aboutsummaryrefslogtreecommitdiffstats
path: root/qml/keydetails.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/keydetails.qml')
-rw-r--r--qml/keydetails.qml8
1 files changed, 5 insertions, 3 deletions
diff --git a/qml/keydetails.qml b/qml/keydetails.qml
index 1a1517f..35bc67b 100644
--- a/qml/keydetails.qml
+++ b/qml/keydetails.qml
@@ -199,9 +199,10 @@ Rectangle {
Button {
id: exportPrivateKeyButton
- x: 316
+ x: 367
y: 392
text: qsTr("Export private key")
+ image: "qrc:/export_key_to_file.png"
onClicked: {
keydetails.exportPrivateKeyClicked();
}
@@ -210,9 +211,10 @@ Rectangle {
Button {
id: copyFingerprintButton
- x: 401
+ x: fingerprint.x + fingerprint.width + 10
y: 341
- text: qsTr("copy")
+ //text: qsTr("copy")
+ image: "qrc:/button_copy.png"
onClicked: {
fingerprint.selectAll();
fingerprint.copy();