From ce7aa7df767789faa22bf9a3e2183608da11ab64 Mon Sep 17 00:00:00 2001 From: Michael Prager Date: Thu, 24 May 2012 21:56:16 +0200 Subject: [PATCH] moved number of events setting up in the settings dialog --- comingNext/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,}, -- 2.39.2