1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:47:35 +00:00

GMLPlayground: Add a Statusbar

This commit is contained in:
Sam Atkins 2023-06-17 16:40:56 +01:00 committed by Andreas Kling
parent 506f9484e3
commit ae6bde6847
3 changed files with 19 additions and 1 deletions

View file

@ -20,4 +20,8 @@
name: "preview_frame"
}
}
@GUI::Statusbar {
name: "statusbar"
}
}