From 2bba0c57e50cdcbcb72b4ff34884dca0f556f810 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 28 Oct 2014 11:49:39 -0400 Subject: [PATCH] Update for config Update the width of the calendar popup and the month range. --- Toolkit/Schedule/application.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Toolkit/Schedule/application.ini b/Toolkit/Schedule/application.ini index 4110284..d05ea25 100644 --- a/Toolkit/Schedule/application.ini +++ b/Toolkit/Schedule/application.ini @@ -9,11 +9,11 @@ flexy.options.templateDir = BASE "Toolkit/Schedule/templates/" flexy.options.compileDir = BASE "Toolkit/Schedule/templates/compiled/" ; the starting month to use in the multiple date picker -months.start = 1 +months.start = 5 ; the ending month to use in the multiple date picker -months.end = 12 +months.end = 10 ; controls the width of the dialog box for the multiple date picker -months.width = 540 +months.width = 600 ; controls the height of the dialog box for the multiple date picker months.height = 580 -- 2.17.1