feat(tracker): move song related buttons to top and make the panel sizes adjustable

This commit is contained in:
vsariola
2021-01-13 18:37:20 +02:00
parent 62ea87c709
commit 5124e0bf74
5 changed files with 223 additions and 39 deletions

View File

@ -82,3 +82,5 @@ var patternCursorColor = color.RGBA{R: 38, G: 79, B: 120, A: 64}
var inactiveBtnColor = color.RGBA{R: 61, G: 55, B: 55, A: 255}
var instrumentSurfaceColor = color.RGBA{R: 31, G: 31, B: 31, A: 31}
var songSurfaceColor = color.RGBA{R: 31, G: 31, B: 31, A: 31}