lighten the time graph background colour
This commit is contained in:
parent
8f3c594699
commit
bd8b982238
@ -245,6 +245,7 @@ updateModel msg model =
|
|||||||
handleDragFinish { model | drag = None } target (subtractTuple start end)
|
handleDragFinish { model | drag = None } target (subtractTuple start end)
|
||||||
|
|
||||||
_ -> model
|
_ -> model
|
||||||
|
|
||||||
TimeScale factor ->
|
TimeScale factor ->
|
||||||
{ model |
|
{ model |
|
||||||
startTime = model.startTime + factor / 2
|
startTime = model.startTime + factor / 2
|
||||||
@ -382,7 +383,7 @@ measureView title colour fn points =
|
|||||||
[ x "0"
|
[ x "0"
|
||||||
, width portalWidth
|
, width portalWidth
|
||||||
, height graphHeight
|
, height graphHeight
|
||||||
, fill "#eef"
|
, fill "#f8f8ff"
|
||||||
, stroke "none"
|
, stroke "none"
|
||||||
] []
|
] []
|
||||||
, g
|
, g
|
||||||
|
Loading…
Reference in New Issue
Block a user