summaryrefslogtreecommitdiff
path: root/scripts/preare_record_example.lua
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-02-18 16:12:59 +0100
committerRobin Gareus <robin@gareus.org>2017-02-18 16:12:59 +0100
commit1ab3d33df7b86cab5e168ae0a22f7c0de117141e (patch)
tree658e0af6d3fd247172687688d0f95a59cc81a2cf /scripts/preare_record_example.lua
parent4755c703f4b01cd7de01bda0c72686b93e34e120 (diff)
Some more EditorAction icons & color API update
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)