diff options
author | fiaxh <git@lightrise.org> | 2023-05-13 14:44:29 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2023-05-13 14:45:37 +0200 |
commit | 287d5bee6e335396a362f1563062aef8509c5659 (patch) | |
tree | b347bbc2a8494c1ef6193a691cebc949a9e69f3a /main/data/chat_input.ui | |
parent | 4dfe853fbf3ada385cdfa0d9208ceb83378f17d7 (diff) | |
download | dino-287d5bee6e335396a362f1563062aef8509c5659.tar.gz dino-287d5bee6e335396a362f1563062aef8509c5659.zip |
Fix chat input status having a fixed width requirement
fixes #1439
Diffstat (limited to 'main/data/chat_input.ui')
-rw-r--r-- | main/data/chat_input.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/data/chat_input.ui b/main/data/chat_input.ui index 5e84c360..ccc47e8e 100644 --- a/main/data/chat_input.ui +++ b/main/data/chat_input.ui @@ -85,6 +85,7 @@ <property name="margin_bottom">3</property> <property name="margin_start">14</property> <property name="margin_end">14</property> + <property name="wrap">True</property> <attributes> <attribute name="scale" value="0.8"></attribute> </attributes> |