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

PixelPaint: Add a statusbar to the main window

This commit is contained in:
Andreas Kling 2021-05-16 00:37:11 +02:00
parent 864392254e
commit 5579ec767e
2 changed files with 18 additions and 0 deletions

View file

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