Merge branch 'master' into replace_controls_1_for_controls_2

Conflicts:
	resources/qml/Actions.qml -> Translation fixes on master, while the QML elements were changed here for Controls2.
This commit is contained in:
Ghostkeeper 2022-01-18 17:17:10 +01:00
commit e0a6cb3383
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
50 changed files with 1911 additions and 3002 deletions

View file

@ -49,6 +49,7 @@ Item
Layout.fillWidth: true
implicitHeight: createNewProjectButton.height
leftPadding: searchIcon.width + UM.Theme.getSize("default_margin").width * 2
focus: true
onTextEdited: manager.projectFilter = text //Update the search filter when editing this text field.