Skip to content
Snippets Groups Projects

Fix log forwarding

Merged Burak Hançerli requested to merge fix-log-forwarding into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -29,7 +29,7 @@ Flickable {
Layout.fillWidth: true
horizontalPadding: 20
text: qsTr("Auto-scale")
subText: qsTr("Scales the project to fit to current display and orientation")
subText: qsTr("Tries to scale the project to fit to current display and orientation. May not work with all projects.")
checked: backend.autoScaleProject() ? Qt.Checked : Qt.Unchecked
onToggled: backend.setAutoScaleProject(checked)
}
Loading