mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Fix some script icons for non-square buttons
This commit is contained in:
parent
7aaf212a9b
commit
cf8a808bd7
8 changed files with 14 additions and 10 deletions
|
|
@ -25,6 +25,7 @@ end end
|
|||
|
||||
function icon (params) return function (ctx, width, height, fg)
|
||||
local wh = math.min (width, height) * .5
|
||||
ctx:translate (math.floor (width * .5 - wh), math.floor (height * .5 - wh))
|
||||
|
||||
ctx:rectangle (wh * .6, wh * .6, wh * .8, wh * .8)
|
||||
ctx:set_source_rgba (.1, .1, .1, 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue