From: Michael Prager Date: Thu, 24 May 2012 19:56:16 +0000 (+0200) Subject: moved number of events setting up in the settings dialog X-Git-Url: https://code.delx.au/comingnext/commitdiff_plain/ce7aa7df767789faa22bf9a3e2183608da11ab64?hp=3038ef977c0f2363bebeb7cb75fffb4210af5ed8 moved number of events setting up in the settings dialog --- diff --git a/comingNext/index.html b/comingNext/index.html index ccb19f6..3016c5d 100644 --- a/comingNext/index.html +++ b/comingNext/index.html @@ -32,6 +32,7 @@ // valid types for the config object are 'Int', 'Bool', 'String', 'Enum', 'UID', 'Array' var config = { fontsize: { Type: 'Enum', Default: 'auto', Value: 'auto', ValidValues: ['auto', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28'],}, + eventsPerWidget: { Type: 'Int', Default: 4, Value: 4,}, monthRange: { Type: 'Int', Default: 2, Value: 2,}, includeTodos: { Type: 'Bool', Default: true, Value: true,}, useBackgroundImage: { Type: 'Bool', Default: true, Value: true,}, @@ -51,7 +52,6 @@ var config = { weekDayLength: { Type: 'Int', Default: 2, Value: 2,}, updateDataInterval: { Type: 'Int', Default: 5, Value: 5,}, calendarApp: { Type: 'UID', Default: 0x10005901, Value: 0x10005901,}, - eventsPerWidget: { Type: 'Int', Default: 4, Value: 4,}, showNothingText: { Type: 'Bool', Default: true, Value: true,}, nothingText: { Type: 'String', Default: getLocalizedText('settings.default.nothingText'), Value: getLocalizedText('settings.default.nothingText'),}, enableDaylightSaving: { Type: 'Bool', Default: true, Value: true,},