Fix to the opacity for drag and drop / new events, etc

This commit is contained in:
sean kenny
2014-08-13 12:20:21 +01:00
parent 5e0582f0f1
commit ae5394dc4d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ setDefaults({
},
dragOpacity: {
resource: .5
agenda: .5
},
minTime: '00:00:00',
maxTime: '24:00:00',
+2 -2
View File
@@ -9,11 +9,11 @@ setDefaults({
axisFormat: generateAgendaAxisFormat,
timeFormat: {
agenda: generateAgendaTimeFormat
resource: generateAgendaTimeFormat
},
dragOpacity: {
agenda: .5
resource: .5
},
minTime: '00:00:00',
maxTime: '24:00:00',