Fix chat input status having a fixed width requirement

fixes #1439
This commit is contained in:
fiaxh 2023-05-13 14:44:29 +02:00
parent 4dfe853fbf
commit 287d5bee6e

View file

@ -85,6 +85,7 @@
<property name="margin_bottom">3</property> <property name="margin_bottom">3</property>
<property name="margin_start">14</property> <property name="margin_start">14</property>
<property name="margin_end">14</property> <property name="margin_end">14</property>
<property name="wrap">True</property>
<attributes> <attributes>
<attribute name="scale" value="0.8"></attribute> <attribute name="scale" value="0.8"></attribute>
</attributes> </attributes>