Adjustment for history_spin button had hardcoded max value (1000) but DEF_HISTORY_LIMIT was 50 so even if the user selected larger value than 50, the application does not respect it.
Now history_spin use DEF_HISTORY_LIMIT as max value and DEF_HISTORY_LIMIT increased to 1000
Adjustment for history_spin button had hardcoded max value (1000) but DEF_HISTORY_LIMIT was 50 so even if the user selected larger value than 50, the application does not respect it. Now history_spin use DEF_HISTORY_LIMIT as max value and DEF_HISTORY_LIMIT increased to 1000