Index: sources/gui/qml/pages/settings/SettingsDateTime.qml =================================================================== diff -u -r7077e38c74db9cccb5496ffefcf8936c0916de76 -r56ad953ae404fcf6956bd4f76b7a54b12d0285d3 --- sources/gui/qml/pages/settings/SettingsDateTime.qml (.../SettingsDateTime.qml) (revision 7077e38c74db9cccb5496ffefcf8936c0916de76) +++ sources/gui/qml/pages/settings/SettingsDateTime.qml (.../SettingsDateTime.qml) (revision 56ad953ae404fcf6956bd4f76b7a54b12d0285d3) @@ -29,8 +29,8 @@ */ SettingsBase { id: _root - property int labelWidth : 275 - property int entryWidth : 100 + labelWidth : 275 + entryWidth : 100 readonly property bool isValid : _year .textInput.acceptableInput &&