1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 19:57:36 +00:00

GameOfLife: Move "ms" interval label to GML

There's no reason not to!
This commit is contained in:
Linus Groh 2021-05-16 21:37:27 +01:00 committed by Andreas Kling
parent e7dc0bdba3
commit d859bde337
2 changed files with 5 additions and 7 deletions

View file

@ -48,6 +48,11 @@
max: 5000
fixed_width: 60
}
@GUI::Label {
text: " ms"
autosize: true
}
}
}