talkatu/talkatu

45dad1c9ca50
Set a height request on TalkatuHistory so it's visible by default.

This value was kind of arbitrarily choosen, but looks alright and can still shrink.

Testing Done:
Ran the demo and verified the history was visible without moving anything.

Reviewed at https://reviews.imfreedom.org/r/1295/
# Building
Talkatu uses [meson](https://mesonbuild.com) as it's build system.
Meson requires you to build in a directory other than the source directory.
To compile you can use the following commands:
```
meson build
cd build
ninja install
```