mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04:00
fix(tracker/gioui): move alert popups north to not overlay buttons
Closes #142.
This commit is contained in:
parent
9cb573d965
commit
59fb39d9b3
@ -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 {
|
||||
|
Reference in New Issue
Block a user