This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-06-29 21:48:26 +03:00
parent 285f33c261
commit c09a3f04db
11 changed files with 593 additions and 227 deletions

View File

@ -106,9 +106,10 @@ type Theme struct {
Menu PopupStyle
Dialog PopupStyle
}
Split SplitStyle
ScrollBar ScrollBarStyle
Knob KnobStyle
Split SplitStyle
ScrollBar ScrollBarStyle
Knob KnobStyle
SignalRail SignalRailStyle
// iconCache is used to cache the icons created from iconvg data
iconCache map[*byte]*widget.Icon