Spinner basic implementation

This commit is contained in:
Karl Tauber
2019-08-29 15:26:25 +02:00
parent dbebfc5d20
commit 69ae33e2af
5 changed files with 348 additions and 1 deletions

View File

@@ -16,12 +16,13 @@
#---- variables ----
@background=ccffcc
@textComponentBackground=ffffff
#---- globals ----
*.background=ccffcc
*.background=@background
*.foreground=ff0000
*.textBackground=ccffcc
*.textForeground=ff0000