Use labels instead of statics.

This commit is contained in:
Rodrigo Girão Serrão
2022-12-21 16:49:27 +00:00
parent a617d4091c
commit e789c9c006
2 changed files with 6 additions and 6 deletions

View File

@@ -3,8 +3,8 @@ Screen {
color: black;
}
Static {
margin: 4 8;
background: blue 20%;
Label {
margin: 4 8;
background: blue 20%;
border: blue wide;
}
}