refactor(tracker/gioui): separate SplitStyle from SplitState

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-06-24 20:39:27 +03:00
parent ba281ca7c0
commit e59fbb50cf
4 changed files with 92 additions and 87 deletions

View File

@ -210,3 +210,4 @@ dialog:
titleinset: { top: 12, left: 20, right: 20 }
textinset: { top: 12, bottom: 12, left: 20, right: 20 }
buttons: *textbutton
split: { bar: 10, minsize1: 180, minsize2: 180 }