fix(tracker/gioui): move alert popups north to not overlay buttons

Closes #142.
This commit is contained in:
2024-09-06 22:01:00 +03:00
parent 9cb573d965
commit 59fb39d9b3
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ func (a *PopupAlert) Layout(gtx C) D {
}
a.prevUpdate = now
var totalY float64
var totalY float64 = float64(gtx.Dp(38))
a.alerts.Iterate(func(alert tracker.Alert) {
var color, textColor, shadeColor color.NRGBA
switch alert.Priority {