diff options
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 } |