Skip to content

Commit

Permalink
Fix accidental mixup between value<->key<->description in the value m…
Browse files Browse the repository at this point in the history
…ap editor widget
  • Loading branch information
nirvn committed Jun 22, 2024
1 parent af94fe4 commit bae0ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/editorwidgets/ValueMap.qml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ EditorWidgetBase {
Text {
id: innerText
width: Math.min(flow.width - 32 , implicitWidth)
text: key
text: value
elide: Text.ElideRight
anchors.centerIn: parent
font: Theme.defaultFont
Expand Down

1 comment on commit bae0ff0

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.