talkatu/talkatu

45dad1c9ca50
Parents ec6ee2eb8e8f
Children 0b3a9bd5ea30
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/
--- a/talkatu/data/history.ui Thu Feb 03 20:31:33 2022 -0600
+++ b/talkatu/data/history.ui Thu Feb 10 20:15:32 2022 -0600
@@ -23,6 +23,7 @@
<!-- interface-description GTK widgets for chat applications -->
<!-- interface-copyright Gary Kramlich <grim@reaperworld.com> -->
<template class="TalkatuHistory" parent="GtkWidget">
+ <property name="height-request">120</property>
<child>
<object class="GtkListBox" id="list_box"/>
</child>