Index: sources/gui/qml/pages/settings/SettingsDateTime.qml =================================================================== diff -u -r56ad953ae404fcf6956bd4f76b7a54b12d0285d3 -ra89b5249df072be403141463d7d88728b66a848e --- sources/gui/qml/pages/settings/SettingsDateTime.qml (.../SettingsDateTime.qml) (revision 56ad953ae404fcf6956bd4f76b7a54b12d0285d3) +++ sources/gui/qml/pages/settings/SettingsDateTime.qml (.../SettingsDateTime.qml) (revision a89b5249df072be403141463d7d88728b66a848e) @@ -80,7 +80,7 @@ width : entryWidth validator : IntValidator { bottom : 0 - top : 24 + top : 23 } } @@ -147,6 +147,7 @@ width : entryWidth validator : IntValidator { bottom : 1970 + top : 2100 // seems date command is not accepting more than 2100 } } }