Cura/resources/qml/Settings
fieldOfView 53b481ff5d Reduce the maximum precision of floats in SettingTextField inputs
No settings in Cura require more than 3 digits of precision. Many settings are in mm, and CuraEngine does its calculations in while microns. Having more precision in the frontend than in the backend apparently thoroughly confuses some people. Fixes #4368
2018-09-29 08:16:11 +02:00
..
SettingCategory.qml Set textFormat for the setting items to PlainText 2018-09-20 15:22:35 +02:00
SettingCheckBox.qml Bumped the required version numbers down again, as they should specifcy a min version number. 2018-02-16 11:13:40 +01:00
SettingComboBox.qml Set textFormat for the setting items to PlainText 2018-09-20 15:22:35 +02:00
SettingExtruder.qml Set textFormat for the setting items to PlainText 2018-09-20 15:22:35 +02:00
SettingItem.qml Fix issue with inheritance manager button 2018-09-21 09:33:25 +02:00
SettingOptionalExtruder.qml Set textFormat for the setting items to PlainText 2018-09-20 15:22:35 +02:00
SettingTextField.qml Reduce the maximum precision of floats in SettingTextField inputs 2018-09-29 08:16:11 +02:00
SettingUnknown.qml Add the correct value to the setting viewer when the type is unknown. 2018-03-20 11:42:42 +01:00
SettingView.qml Set textFormat for the setting items to PlainText 2018-09-20 15:22:35 +02:00