Piano: Add 16x16 window icon.

This commit is contained in:
Andreas Kling 2019-07-13 23:12:40 +02:00
parent 3eeb0734ba
commit 9197cfc62f
Notes: sideshowbarker 2024-07-19 13:17:14 +09:00
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,8 @@ int main(int argc, char** argv)
window->show();
window->set_icon_path("/res/icons/16x16/app-piano.png");
CNotifier notifier(s_pipefds[0], CNotifier::Read);
notifier.on_ready_to_read = [&] {
char buffer[32];

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B