Skip to content

Commit

Permalink
Fix settings's variable editor item bottom margin
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jun 6, 2023
1 parent cb2e23a commit f63bd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/QFieldSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ Page {
id: variableEditor
anchors.fill: parent
anchors.margins: 4
anchors.bottomMargin: mainWindow.sceneBottomMargin
anchors.bottomMargin: 4 + mainWindow.sceneBottomMargin
}
}
}
Expand Down

1 comment on commit f63bd25

@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.