PixelPaint: Add a statusbar to the main window

This commit is contained in:
Andreas Kling 2021-05-16 00:37:11 +02:00
commit 5579ec767e
Notes: sideshowbarker 2024-07-18 18:04:08 +09:00
2 changed files with 18 additions and 0 deletions

View file

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