Cura/resources/qml/Preferences
Ghostkeeper 33edc4a8c9
Fix display of unlinking button
It was not being displayed with Qt 5.15 due to the following error:
MaterialsView.qml:34:5: Unable to assign QStringList to QString
This is correct. And it should not just concatenate all of these material names; it should add a comma between them for human-readable display in the text label above the button.

Fixes #10235.
2021-08-17 13:34:43 +02:00
..
Materials Fix display of unlinking button 2021-08-17 13:34:43 +02:00
GeneralPage.qml Move update related preferences to their own category 2021-08-03 13:09:19 +02:00
MachinesPage.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
ProfilesPage.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
ProfileTab.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
ReadOnlySpinBox.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
ReadOnlyTextArea.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
ReadOnlyTextField.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
SettingVisibilityPage.qml Also search on description when using search in visibility page 2021-07-19 15:47:38 +02:00