feat(gioui): add confirmation dialog when deleting instrument

Closes #5
This commit is contained in:
vsariola
2021-04-11 16:46:07 +03:00
parent a639e0c5e6
commit 1eca428801
5 changed files with 72 additions and 0 deletions

View File

@ -74,3 +74,5 @@ var menuHoverColor = color.NRGBA{R: 30, G: 31, B: 38, A: 255}
var scrollBarColor = color.NRGBA{R: 255, G: 255, B: 255, A: 32}
var warningColor = color.NRGBA{R: 251, G: 192, B: 45, A: 255}
var dialogBgColor = color.NRGBA{R: 0, G: 0, B: 0, A: 224}