diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2013-10-15 20:52:19 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2013-10-15 20:52:19 +0000 |
commit | e9a4bc3eda5dd0bd9c47efae8bac168846403e3d (patch) | |
tree | ebb4f8d2446aaf12fe951687112115298e0bcb91 /qml/KeyInfoRow.qml | |
parent | add keyinforow qml widget (diff) | |
download | gpg4usb-e9a4bc3eda5dd0bd9c47efae8bac168846403e3d.tar.gz gpg4usb-e9a4bc3eda5dd0bd9c47efae8bac168846403e3d.zip |
keydetails widget in qml working
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@1061 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'qml/KeyInfoRow.qml')
-rw-r--r-- | qml/KeyInfoRow.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/KeyInfoRow.qml b/qml/KeyInfoRow.qml index a1108dd..4b959d8 100644 --- a/qml/KeyInfoRow.qml +++ b/qml/KeyInfoRow.qml @@ -17,7 +17,7 @@ Rectangle { Text { id: valueText - x: 50 + x: 150 y: 0 text: value } |