refactor(tracker/gioui): Dialog binds to Model during Layout

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-06-24 10:15:46 +03:00
parent 5f43bc3067
commit 33f7b5fb6a
4 changed files with 149 additions and 134 deletions

View File

@ -27,8 +27,6 @@ type Theme struct {
}
Oscilloscope OscilloscopeStyle
NumericUpDown NumericUpDownStyle
DialogTitle LabelStyle
DialogText LabelStyle
SongPanel struct {
RowHeader LabelStyle
RowValue LabelStyle
@ -55,11 +53,7 @@ type Theme struct {
OneBeat color.NRGBA
TwoBeat color.NRGBA
}
Dialog struct {
Bg color.NRGBA
Title LabelStyle
Text LabelStyle
}
Dialog DialogStyle
OrderEditor struct {
TrackTitle LabelStyle
RowTitle LabelStyle