summaryrefslogtreecommitdiff
path: root/scripts/preare_record_example.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/preare_record_example.lua')
-rw-r--r--scripts/preare_record_example.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/preare_record_example.lua b/scripts/preare_record_example.lua
index 92ee8847f3..48e063d326 100644
--- a/scripts/preare_record_example.lua
+++ b/scripts/preare_record_example.lua
@@ -67,7 +67,7 @@ function icon (params) return function (ctx, width, height)
local r = math.min (x, y) * .55
ctx:arc (x, y, r, 0, 2 * math.pi)
- ctx:set_source_rgba (9, .3, .3, 1.)
+ ctx:set_source_rgba (.9, .3, .3, 1.)
ctx:fill_preserve ()
ctx:set_source_rgba (0, 0, 0, .8)
ctx:set_line_width (1)