mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Some more EditorAction icons & color API update
This commit is contained in:
parent
4755c703f4
commit
1ab3d33df7
5 changed files with 86 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue